Skip to content

Commit

Permalink
chore: fix dotnet pack command to work with .NET 7+
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Feb 24, 2023
1 parent b903478 commit ec3588a
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 --output dist/dotnet -c Release $1
dotnet pack --include-symbols --include-source --property:PackageOutputPath=dist/dotnet -c Release $1

0 comments on commit ec3588a

Please sign in to comment.