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 @@ -204,3 +204,28 @@ jobs:
204204 app-name : ahk-github-monitor
205205 package : " ./github-monitor/output"
206206 publish-profile : ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
207+
208+ publish_VIAUBXAV081 :
209+ environment : VIAUBXAV081
210+ runs-on : windows-latest
211+
212+ steps :
213+ - name : Checkout
214+ uses : actions/checkout@v2
215+
216+ - name : Setup dotnet
217+ uses : actions/setup-dotnet@v1
218+ with :
219+ dotnet-version : " 6.0.x"
220+
221+ - name : " Run dotnet build"
222+ working-directory : github-monitor
223+ run : dotnet build --configuration Release --output ./output
224+
225+ - name : " Run Azure Functions Action"
226+ uses : Azure/functions-action@v1
227+ id : fa
228+ with :
229+ app-name : ahk-github-monitor
230+ package : " ./github-monitor/output"
231+ publish-profile : ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
You can’t perform that action at this time.
0 commit comments