From ff991fc6674c295fca7338b4ba0bee9fdeb69e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=A7=91=F0=9F=8F=BB=E2=80=8D=F0=9F=92=BB=20Romain=20M?= =?UTF-8?q?arcadier?= Date: Fri, 24 Feb 2023 14:59:38 +0100 Subject: [PATCH] chore: fully qualify package path --- tools/jsii-build-tools/bin/package-dotnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/jsii-build-tools/bin/package-dotnet b/tools/jsii-build-tools/bin/package-dotnet index 38bc16ee99..737a785cfa 100755 --- a/tools/jsii-build-tools/bin/package-dotnet +++ b/tools/jsii-build-tools/bin/package-dotnet @@ -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