We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabbc8a commit d389387Copy full SHA for d389387
.github/workflows/build.yml
@@ -385,7 +385,7 @@ jobs:
385
dotnet-version: ${{ env.dotnet_sdk_version }}
386
387
- name: Pack
388
- run: dotnet pack --configuration Release --property:PackageOutputPath="$PWD/nupkgs" nupkgs -p:ContinuousIntegrationBuild=true
+ run: dotnet pack Npgsql.sln --configuration Release --property:PackageOutputPath="$PWD/nupkgs" -p:ContinuousIntegrationBuild=true
389
390
- name: Upload artifacts
391
uses: actions/upload-artifact@v3
0 commit comments