mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-26 00:15:28 +00:00
Bypass CSharpier in docker build
This commit is contained in:
@@ -23,6 +23,7 @@ COPY DiscordChatExporter.Cli DiscordChatExporter.Cli
|
|||||||
# Publish a self-contained assembly so we can use a slimmer runtime image
|
# Publish a self-contained assembly so we can use a slimmer runtime image
|
||||||
RUN dotnet publish DiscordChatExporter.Cli \
|
RUN dotnet publish DiscordChatExporter.Cli \
|
||||||
--configuration Release \
|
--configuration Release \
|
||||||
|
-p:CSharpier_Bypass=true \
|
||||||
--self-contained \
|
--self-contained \
|
||||||
--use-current-runtime \
|
--use-current-runtime \
|
||||||
--arch $TARGETARCH \
|
--arch $TARGETARCH \
|
||||||
|
|||||||
Reference in New Issue
Block a user