mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 15:53:30 -07:00
Reorder props
This commit is contained in:
parent
578ed9be17
commit
df04b123cd
|
|
@ -22,8 +22,8 @@ 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 \
|
|
||||||
-p:CSharpier_Bypass=true \
|
-p:CSharpier_Bypass=true \
|
||||||
|
--configuration Release \
|
||||||
--self-contained \
|
--self-contained \
|
||||||
--use-current-runtime \
|
--use-current-runtime \
|
||||||
--arch $TARGETARCH \
|
--arch $TARGETARCH \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue