Skip to content

Commit

Permalink
chore: fully qualify package path
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Feb 24, 2023
1 parent a2651be commit ff991fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jsii-build-tools/bin/package-dotnet
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -euo pipefail
mkdir -p dist/dotnet

dotnet build --force -c Release $1
dotnet pack --include-symbols --include-source --property:PackageOutputPath=dist/dotnet -c Release $1
dotnet pack --include-symbols --include-source --property:PackageOutputPath=${PWD}/dist/dotnet -c Release $1

0 comments on commit ff991fc

Please sign in to comment.