mirror of
https://github.com/AlexMacocian/Slim.git
synced 2026-07-15 15:19:59 +00:00
Remove msbuild
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user