Change dotnet version to 8 for backend CI
This commit is contained in:
4
.github/workflows/backend-ci.yml
vendored
4
.github/workflows/backend-ci.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: '7.0.x'
|
dotnet-version: '8.0.x'
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: |
|
run: |
|
||||||
cd backend
|
cd backend
|
||||||
@@ -31,4 +31,4 @@ jobs:
|
|||||||
app-name: "<YOUR_APP_SERVICE_NAME>"
|
app-name: "<YOUR_APP_SERVICE_NAME>"
|
||||||
slot-name: "production" # if using deployment slots
|
slot-name: "production" # if using deployment slots
|
||||||
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
|
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
|
||||||
package: ./backend/publish
|
package: ./backend/publish
|
||||||
|
|||||||
Reference in New Issue
Block a user