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 @@ -129,3 +129,28 @@ jobs:
129129 app-name : ahk-github-monitor
130130 package : " ./github-monitor/output"
131131 publish-profile : ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
132+
133+ publish_viaumb02 :
134+ environment : viaumb02
135+ runs-on : windows-latest
136+
137+ steps :
138+ - name : Checkout
139+ uses : actions/checkout@v2
140+
141+ - name : Setup dotnet
142+ uses : actions/setup-dotnet@v1
143+ with :
144+ dotnet-version : " 6.0.x"
145+
146+ - name : " Run dotnet build"
147+ working-directory : github-monitor
148+ run : dotnet build --configuration Release --output ./output
149+
150+ - name : " Run Azure Functions Action"
151+ uses : Azure/functions-action@v1
152+ id : fa
153+ with :
154+ app-name : ahk-github-monitor
155+ package : " ./github-monitor/output"
156+ publish-profile : ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
You can’t perform that action at this time.
0 commit comments