Skip to content

Commit d48caaa

Browse files
committed
Workflow changed
1 parent 7f6f919 commit d48caaa

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/main_blazorinterfacelibrary.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up .NET Core
2222
uses: actions/setup-dotnet@v4
2323
with:
24-
dotnet-version: '9.x'
24+
dotnet-version: '10.x'
2525

2626
- name: Build with dotnet
2727
run: dotnet build --configuration Release
@@ -38,25 +38,25 @@ jobs:
3838
deploy:
3939
runs-on: windows-latest
4040
needs: build
41-
environment:
42-
name: 'Production'
41+
environment:
42+
name: 'Production'
4343
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
44-
permissions:
45-
id-token: write #This is required for requesting the JWT
46-
contents: read #This is required for actions/checkout
44+
permissions:
45+
id-token: write #This is required for requesting the JWT
46+
contents: read #This is required for actions/checkout
4747

4848
steps:
4949
- name: Download artifact from build job
5050
uses: actions/download-artifact@v4
5151
with:
5252
name: .net-app
53-
54-
- name: Login to Azure
55-
uses: azure/login@v2
56-
with:
57-
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_AB4A893F76554943A39A9816794655C9 }}
58-
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_4F51CEA235154449A2B6A6961411F133 }}
59-
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_F3DCAECDA89D4DF999805D97C2EBD86B }}
53+
54+
- name: Login to Azure
55+
uses: azure/login@v2
56+
with:
57+
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_AB4A893F76554943A39A9816794655C9 }}
58+
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_4F51CEA235154449A2B6A6961411F133 }}
59+
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_F3DCAECDA89D4DF999805D97C2EBD86B }}
6060

6161
- name: Deploy to Azure Web App
6262
id: deploy-to-webapp

0 commit comments

Comments
 (0)