mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Linker optimizations (#681)
* Linker optimizations * Test * One step forward * One step forward * And final step forward * Misc
This commit is contained in:
committed by
GitHub
parent
c5776f0895
commit
9006b368b0
@@ -1,7 +1,7 @@
|
||||
FROM microsoft/dotnet:2.0-sdk AS build-env
|
||||
WORKDIR /app
|
||||
COPY . ./
|
||||
RUN dotnet publish ArchiSteamFarm -c Release -o out /nologo && \
|
||||
RUN dotnet publish ArchiSteamFarm -c Release -o out /nologo /p:LinkDuringPublish=false && \
|
||||
echo "generic" > "ArchiSteamFarm/out/ArchiSteamFarm.version" && \
|
||||
cp "ArchiSteamFarm/scripts/generic/ArchiSteamFarm-Service.sh" "ArchiSteamFarm/out/ArchiSteamFarm-Service.sh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user