File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 build :
1414 runs-on : ubuntu-latest
15-
15+
1616 steps :
1717 - uses : actions/checkout@v4
1818
1919 - name : Set up .NET Core
2020 uses : actions/setup-dotnet@v4
2121 with :
22- dotnet-version : ' 7 .x'
22+ dotnet-version : ' 8 .x'
2323
2424 - name : Build with dotnet
2525 run : dotnet build --configuration Release
@@ -39,21 +39,21 @@ jobs:
3939 environment :
4040 name : ' Production'
4141 url : ${{ steps.deploy-to-webapp.outputs.webapp-url }}
42- permissions :
43- id-token : write # This is required for requesting the JWT
42+ permissions :
43+ id-token : write # This is required for requesting the JWT
4444
4545 steps :
4646 - name : Download artifact from build job
4747 uses : actions/download-artifact@v4
4848 with :
4949 name : .net-app
50-
51- - name : Login to Azure
52- uses : azure/login@v2
53- with :
54- client-id : ${{ secrets.AZUREAPPSERVICE_CLIENTID_318BF777486943DEB193CFA5850DC3A8 }}
55- tenant-id : ${{ secrets.AZUREAPPSERVICE_TENANTID_10FFEC901D194B3F8C875252FA770E1D }}
56- subscription-id : ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_3116864A3F9243BBAD87DBADF6874F83 }}
50+
51+ - name : Login to Azure
52+ uses : azure/login@v2
53+ with :
54+ client-id : ${{ secrets.AZUREAPPSERVICE_CLIENTID_1C13470DD88B4FCCAB18847BB7A4AE7D }}
55+ tenant-id : ${{ secrets.AZUREAPPSERVICE_TENANTID_594E158F2AB849BD8833F56C4CA4E2A5 }}
56+ subscription-id : ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_ED5E20119D184116BB73C43550AE5900 }}
5757
5858 - name : Deploy to Azure Web App
5959 id : deploy-to-webapp
6262 app-name : ' webapp-bet-blocker'
6363 slot-name : ' Production'
6464 package : .
65+
You can’t perform that action at this time.
0 commit comments