File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 7979 app-name : ahk-github-monitor
8080 package : " ./github-monitor/output"
8181 publish-profile : ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
82+
83+ publish_viaubb03 :
84+ environment : viaubb03
85+ runs-on : windows-latest
86+
87+ steps :
88+ - name : Checkout
89+ uses : actions/checkout@v2
90+
91+ - name : Setup dotnet
92+ uses : actions/setup-dotnet@v1
93+ with :
94+ dotnet-version : " 6.0.x"
95+
96+ - name : " Run dotnet build"
97+ working-directory : github-monitor
98+ run : dotnet build --configuration Release --output ./output
99+
100+ - name : " Run Azure Functions Action"
101+ uses : Azure/functions-action@v1
102+ id : fa
103+ with :
104+ app-name : ahk-github-monitor
105+ package : " ./github-monitor/output"
106+ publish-profile : ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
107+
You can’t perform that action at this time.
0 commit comments