We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d469bd commit 52f3da5Copy full SHA for 52f3da5
packaging/functions.sh
@@ -47,7 +47,7 @@ install_mod_assemblies() {
47
done
48
fi
49
else
50
- find . -maxdepth 1 -name '*.sln' -exec dotnet publish -c Release -p:TargetPlatform="${TARGETPLATFORM}" -r "${TARGETPLATFORM}" -o "${DEST_PATH}" --self-contained true \;
+ find . -maxdepth 1 -name '*.sln' -exec dotnet publish -c Release -p:TargetPlatform="${TARGETPLATFORM}" -r "${TARGETPLATFORM}" -p:PublishDir="${DEST_PATH}" --self-contained true \;
51
cd "${ORIG_PWD}" || exit 1
52
53
}
0 commit comments