Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tibitoth committed Sep 4, 2024
2 parents ff0f903 + 0750712 commit c50ebb5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .github/workflows/github-monitor-azure-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,28 @@ jobs:
app-name: ahk-github-monitor
package: "./github-monitor/output"
publish-profile: ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}

publish_viaumb11:
environment: viaumb11
runs-on: windows-latest

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"

- name: "Run dotnet build"
working-directory: github-monitor
run: dotnet build --configuration Release --output ./output

- name: "Run Azure Functions Action"
uses: Azure/functions-action@v1
id: fa
with:
app-name: ahk-github-monitor
package: "./github-monitor/output"
publish-profile: ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.3.1" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.0.1" />
<PackageReference Include="Octokit" Version="10.0.0" />
<PackageReference Include="Octokit" Version="13.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c50ebb5

Please sign in to comment.