Skip to content

Commit 12a5bdf

Browse files
authored
add viauav21
1 parent a0abe52 commit 12a5bdf

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/github-monitor-azure-publish.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,28 @@ jobs:
5454
app-name: ahk-github-monitor
5555
package: "./github-monitor/output"
5656
publish-profile: ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
57+
58+
publish_viauav21:
59+
environment: viauav21
60+
runs-on: windows-latest
61+
62+
steps:
63+
- name: Checkout
64+
uses: actions/checkout@v2
65+
66+
- name: Setup dotnet
67+
uses: actions/setup-dotnet@v1
68+
with:
69+
dotnet-version: "6.0.x"
70+
71+
- name: "Run dotnet build"
72+
working-directory: github-monitor
73+
run: dotnet build --configuration Release --output ./output
74+
75+
- name: "Run Azure Functions Action"
76+
uses: Azure/functions-action@v1
77+
id: fa
78+
with:
79+
app-name: ahk-github-monitor
80+
package: "./github-monitor/output"
81+
publish-profile: ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}

0 commit comments

Comments
 (0)