diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 6ffadd3..ae784d2 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -34,6 +34,6 @@ jobs: # Restore the application to populate the obj folder with RuntimeIdentifiers - name: Build the application - run: dotnet build $env:Solution_Name /c $env:Configuration + run: dotnet build $env:Solution_Name -c $env:Configuration env: Configuration: ${{ matrix.configuration }}