Skip to content

Commit f60fa95

Browse files
committed
Feat: Pipeline
1 parent 2a9e14d commit f60fa95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-check-webapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup .NET SDK
2929
uses: actions/setup-dotnet@v4
3030
with:
31-
dotnet-version: '8.0.x'
31+
dotnet-version: '9.0.x'
3232

3333
- name: Restore Dependencies
3434
run: dotnet restore -r ${{ env.BUILD_ARCHITECTURE }} "WebApi.csproj" -p:Configuration=${${{ env.BUILD_CONFIGURATION }}} -p:AOT=${${{ env.AOT }}} -p:Trim=${${{ env.TRIM }}}

.github/workflows/main-release-webapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup .NET SDK
3333
uses: actions/setup-dotnet@v4
3434
with:
35-
dotnet-version: '8.0.x'
35+
dotnet-version: '9.0.x'
3636

3737
- name: Restore Dependencies
3838
run: dotnet restore -r ${{ env.BUILD_ARCHITECTURE }} "WebApi.csproj" -p:Configuration=${${{ env.BUILD_CONFIGURATION }}} -p:AOT=${${{ env.AOT }}} -p:Trim=${${{ env.TRIM }}}

0 commit comments

Comments
 (0)