Skip to content

Commit b1ad9ac

Browse files
committed
Minor fix to release script.
1 parent 8a74d49 commit b1ad9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ else
5858
fi
5959

6060
echo 'Creating the nuget package...'
61-
if ! dotnet pack --include-source --include-symbols $PACKAGE_BASE.csproj /p:PackageVersion=$VERSION ; then
61+
if ! dotnet pack --include-source --include-symbols -o ./ $PACKAGE_BASE.csproj /p:PackageVersion=$VERSION ; then
6262
echo 'Error creating the package. The package will not be uploaded.'
6363
exit 1
6464
fi

0 commit comments

Comments
 (0)