Skip to content

Commit e6eb46a

Browse files
committed
Disable trimmed publishing
1 parent d62299f commit e6eb46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ install_assemblies() {
7878
done
7979
fi
8080
else
81-
dotnet publish -c Release -p:TargetPlatform="${TARGETPLATFORM}" -p:PublishTrimmed=true -p:CopyGenericLauncher="${COPY_GENERIC_LAUNCHER}" -p:CopyCncDll="${COPY_CNC_DLL}" -p:CopyD2kDll="${COPY_D2K_DLL}" -r "${TARGETPLATFORM}" -o "${DEST_PATH}" --self-contained true
81+
dotnet publish -c Release -p:TargetPlatform="${TARGETPLATFORM}" -p:CopyGenericLauncher="${COPY_GENERIC_LAUNCHER}" -p:CopyCncDll="${COPY_CNC_DLL}" -p:CopyD2kDll="${COPY_D2K_DLL}" -r "${TARGETPLATFORM}" -o "${DEST_PATH}" --self-contained true
8282
fi
8383
cd "${ORIG_PWD}" || exit 1
8484
}

0 commit comments

Comments
 (0)