Pipeline fixes

This commit is contained in:
2025-07-29 17:51:18 +02:00
parent 825ba3a105
commit 0ec9731e04
2 changed files with 3 additions and 9 deletions
+2 -5
View File
@@ -32,10 +32,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.x'
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.1
dotnet-version: '9.x'
- name: Restore project
run: msbuild $env:Solution_Path /t:Restore /p:Configuration=$env:Configuration /p:RuntimeIdentifier=$env:RuntimeIdentifier
@@ -45,7 +42,7 @@ jobs:
- name: Build Slim project
run: dotnet build Slim -c $env:Configuration
- name: Build Slim project
- name: Build Slim.Integration project
run: dotnet build $env:Integration_Project_Path -c $env:Configuration
- name: Package Slim
+1 -4
View File
@@ -34,10 +34,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.x'
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.1
dotnet-version: '9.x'
- name: Execute Slim Unit Tests
run: dotnet test $env:Test_Project_Path