diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 5d3093d0..4306d85f 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -50,7 +50,7 @@ jobs: - name: Pack if: github.ref == 'refs/heads/main' && github.event_name == 'push' - run: dotnet pack ./src/StrongTypes/StrongTypes.csproj -c $config --no-build -o out + run: dotnet pack ./src/StrongTypes/StrongTypes.csproj -c $config -o out - name: Upload NuGet package if: github.ref == 'refs/heads/main' && github.event_name == 'push'