mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 15:53:30 -07:00
Bypass CSharpier in docker build
This commit is contained in:
parent
20f58963a6
commit
e75a1933f8
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue