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 @@ -254,3 +254,28 @@ jobs:
254254 app-name : ahk-github-monitor
255255 package : " ./github-monitor/output"
256256 publish-profile : ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
257+
258+ publish_VIAUBC01 :
259+ environment : VIAUBC01
260+ runs-on : windows-latest
261+
262+ steps :
263+ - name : Checkout
264+ uses : actions/checkout@v2
265+
266+ - name : Setup dotnet
267+ uses : actions/setup-dotnet@v1
268+ with :
269+ dotnet-version : " 6.0.x"
270+
271+ - name : " Run dotnet build"
272+ working-directory : github-monitor
273+ run : dotnet build --configuration Release --output ./output
274+
275+ - name : " Run Azure Functions Action"
276+ uses : Azure/functions-action@v1
277+ id : fa
278+ with :
279+ app-name : ahk-github-monitor
280+ package : " ./github-monitor/output"
281+ publish-profile : ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
You can’t perform that action at this time.
0 commit comments