File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -105,3 +105,27 @@ jobs:
105105 package : " ./github-monitor/output"
106106 publish-profile : ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
107107
108+ publish_viauab01 :
109+ environment : viauab01
110+ runs-on : windows-latest
111+
112+ steps :
113+ - name : Checkout
114+ uses : actions/checkout@v2
115+
116+ - name : Setup dotnet
117+ uses : actions/setup-dotnet@v1
118+ with :
119+ dotnet-version : " 6.0.x"
120+
121+ - name : " Run dotnet build"
122+ working-directory : github-monitor
123+ run : dotnet build --configuration Release --output ./output
124+
125+ - name : " Run Azure Functions Action"
126+ uses : Azure/functions-action@v1
127+ id : fa
128+ with :
129+ app-name : ahk-github-monitor
130+ package : " ./github-monitor/output"
131+ publish-profile : ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
You can’t perform that action at this time.
0 commit comments