File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments