From a7242389ba181e99064cb2edad9b9cd9fe7ac807 Mon Sep 17 00:00:00 2001 From: Alex Macocian Date: Tue, 29 Jul 2025 17:53:42 +0200 Subject: [PATCH] Remove msbuild --- .github/workflows/cd.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 25e20ee..5ffb68c 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -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