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 @@ -154,3 +154,28 @@ jobs:
154154 app-name : ahk-github-monitor
155155 package : " ./github-monitor/output"
156156 publish-profile : ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
157+
158+ publish_viaumb11 :
159+ environment : viaumb11
160+ runs-on : windows-latest
161+
162+ steps :
163+ - name : Checkout
164+ uses : actions/checkout@v2
165+
166+ - name : Setup dotnet
167+ uses : actions/setup-dotnet@v1
168+ with :
169+ dotnet-version : " 6.0.x"
170+
171+ - name : " Run dotnet build"
172+ working-directory : github-monitor
173+ run : dotnet build --configuration Release --output ./output
174+
175+ - name : " Run Azure Functions Action"
176+ uses : Azure/functions-action@v1
177+ id : fa
178+ with :
179+ app-name : ahk-github-monitor
180+ package : " ./github-monitor/output"
181+ publish-profile : ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
You can’t perform that action at this time.
0 commit comments