Skip to content

Commit d08cb3a

Browse files
authored
VIAUBXAV081
1 parent 187833a commit d08cb3a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/github-monitor-azure-publish.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)