File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments