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