We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a74d49 commit b1ad9acCopy full SHA for b1ad9ac
release.sh
@@ -58,7 +58,7 @@ else
58
fi
59
60
echo 'Creating the nuget package...'
61
-if ! dotnet pack --include-source --include-symbols $PACKAGE_BASE.csproj /p:PackageVersion=$VERSION ; then
+if ! dotnet pack --include-source --include-symbols -o ./ $PACKAGE_BASE.csproj /p:PackageVersion=$VERSION ; then
62
echo 'Error creating the package. The package will not be uploaded.'
63
exit 1
64
0 commit comments