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 @@ -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 }}
You can’t perform that action at this time.
0 commit comments