Remove msbuild

This commit is contained in:
2025-07-29 17:53:42 +02:00
parent 0ec9731e04
commit a7242389ba
-5
View File
@@ -34,11 +34,6 @@ jobs:
with:
dotnet-version: '9.x'
- name: Restore project
run: msbuild $env:Solution_Path /t:Restore /p:Configuration=$env:Configuration /p:RuntimeIdentifier=$env:RuntimeIdentifier
env:
RuntimeIdentifier: win-${{ matrix.targetplatform }}
- name: Build Slim project
run: dotnet build Slim -c $env:Configuration