File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
2929 - name : Setup .NET Core SDK
3030 uses : actions/setup-dotnet@v1
3131 with :
32- dotnet-version : ' 8 .0.x'
32+ dotnet-version : ' 9 .0.x'
3333
3434 - name : Build And Deploy
3535 id : builddeploy
3636 uses : Azure/static-web-apps-deploy@v1
3737 with :
38- dotnet-version : ' 8 .0.x'
38+ dotnet-version : ' 9 .0.x'
3939 azure_static_web_apps_api_token : ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_GRAY_WAVE_0E4848710 }}
4040 skip_deploy_on_missing_secrets : true
4141 repo_token : ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 steps :
2020 - uses : actions/checkout@v2
2121
22- - name : Set up .NET 8 .0.x
22+ - name : Set up .NET 9 .0.x
2323 uses : actions/setup-dotnet@v1
2424 with :
25- dotnet-version : ' 8 .0.x'
25+ dotnet-version : ' 9 .0.x'
2626 include-prerelease : false
2727
2828 - name : Build
You can’t perform that action at this time.
0 commit comments