Skip to content

Commit 07df5c8

Browse files
authored
VIAUBXAV084
1 parent 0e68359 commit 07df5c8

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
@@ -229,3 +229,28 @@ jobs:
229229
app-name: ahk-github-monitor
230230
package: "./github-monitor/output"
231231
publish-profile: ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
232+
233+
publish_VIAUBXAV084:
234+
environment: VIAUBXAV084
235+
runs-on: windows-latest
236+
237+
steps:
238+
- name: Checkout
239+
uses: actions/checkout@v2
240+
241+
- name: Setup dotnet
242+
uses: actions/setup-dotnet@v1
243+
with:
244+
dotnet-version: "6.0.x"
245+
246+
- name: "Run dotnet build"
247+
working-directory: github-monitor
248+
run: dotnet build --configuration Release --output ./output
249+
250+
- name: "Run Azure Functions Action"
251+
uses: Azure/functions-action@v1
252+
id: fa
253+
with:
254+
app-name: ahk-github-monitor
255+
package: "./github-monitor/output"
256+
publish-profile: ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}

0 commit comments

Comments
 (0)