File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 19
19
- name : Set up .NET Core
20
20
uses : actions/setup-dotnet@v1
21
21
with :
22
- dotnet-version : ' 8 .x'
22
+ dotnet-version : ' 9 .x'
23
23
include-prerelease : true
24
24
25
25
- name : Build with dotnet
@@ -40,21 +40,21 @@ jobs:
40
40
environment :
41
41
name : ' Production'
42
42
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
45
45
46
46
steps :
47
47
- name : Download artifact from build job
48
48
49
49
with :
50
50
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 }}
58
58
59
59
- name : Deploy to Azure Web App
60
60
id : deploy-to-webapp
63
63
app-name : ' asyncdemo'
64
64
slot-name : ' Production'
65
65
package : .
66
-
66
+
You can’t perform that action at this time.
0 commit comments