Skip to content

Commit 78b09b0

Browse files
authored
Update main_asyncdemo.yml
1 parent 7704f21 commit 78b09b0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Diff for: .github/workflows/main_asyncdemo.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up .NET Core
2020
uses: actions/setup-dotnet@v1
2121
with:
22-
dotnet-version: '8.x'
22+
dotnet-version: '9.x'
2323
include-prerelease: true
2424

2525
- name: Build with dotnet
@@ -40,21 +40,21 @@ jobs:
4040
environment:
4141
name: 'Production'
4242
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
43-
permissions:
44-
id-token: write #This is required for requesting the JWT
43+
permissions:
44+
id-token: write #This is required for requesting the JWT
4545

4646
steps:
4747
- name: Download artifact from build job
4848
uses: actions/[email protected]
4949
with:
5050
name: .net-app
51-
52-
- name: Login to Azure
53-
uses: azure/login@v1
54-
with:
55-
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_5566E07CFB554849B9E00104D6C8837C }}
56-
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_00961B2B79B24116869CF73A23B84BF8 }}
57-
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_25C5AF7C5C834607B6903EF990756BD2 }}
51+
52+
- name: Login to Azure
53+
uses: azure/login@v1
54+
with:
55+
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_5566E07CFB554849B9E00104D6C8837C }}
56+
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_00961B2B79B24116869CF73A23B84BF8 }}
57+
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_25C5AF7C5C834607B6903EF990756BD2 }}
5858

5959
- name: Deploy to Azure Web App
6060
id: deploy-to-webapp
@@ -63,4 +63,4 @@ jobs:
6363
app-name: 'asyncdemo'
6464
slot-name: 'Production'
6565
package: .
66-
66+

0 commit comments

Comments
 (0)