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 @@ -179,3 +179,28 @@ jobs:
179179 app-name : ahk-github-monitor
180180 package : " ./github-monitor/output"
181181 publish-profile : ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
182+
183+ publish_viaubxav080 :
184+ environment : viaubxav080
185+ runs-on : windows-latest
186+
187+ steps :
188+ - name : Checkout
189+ uses : actions/checkout@v2
190+
191+ - name : Setup dotnet
192+ uses : actions/setup-dotnet@v1
193+ with :
194+ dotnet-version : " 6.0.x"
195+
196+ - name : " Run dotnet build"
197+ working-directory : github-monitor
198+ run : dotnet build --configuration Release --output ./output
199+
200+ - name : " Run Azure Functions Action"
201+ uses : Azure/functions-action@v1
202+ id : fa
203+ with :
204+ app-name : ahk-github-monitor
205+ package : " ./github-monitor/output"
206+ publish-profile : ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
You can’t perform that action at this time.
0 commit comments