mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-17 15:00:29 +00:00
Fix docker build...
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>5.0.7.0</Version>
|
<Version>5.0.6.5</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ COPY ArchiSteamFarm ArchiSteamFarm
|
|||||||
COPY ArchiSteamFarm.OfficialPlugins.SteamTokenDumper ArchiSteamFarm.OfficialPlugins.SteamTokenDumper
|
COPY ArchiSteamFarm.OfficialPlugins.SteamTokenDumper ArchiSteamFarm.OfficialPlugins.SteamTokenDumper
|
||||||
COPY resources resources
|
COPY resources resources
|
||||||
COPY Directory.Build.props Directory.Build.props
|
COPY Directory.Build.props Directory.Build.props
|
||||||
|
COPY Directory.Packages.props Directory.Packages.props
|
||||||
RUN dotnet --info && \
|
RUN dotnet --info && \
|
||||||
case "$TARGETOS" in \
|
case "$TARGETOS" in \
|
||||||
"linux") ;; \
|
"linux") ;; \
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ COPY ArchiSteamFarm ArchiSteamFarm
|
|||||||
COPY ArchiSteamFarm.OfficialPlugins.SteamTokenDumper ArchiSteamFarm.OfficialPlugins.SteamTokenDumper
|
COPY ArchiSteamFarm.OfficialPlugins.SteamTokenDumper ArchiSteamFarm.OfficialPlugins.SteamTokenDumper
|
||||||
COPY resources resources
|
COPY resources resources
|
||||||
COPY Directory.Build.props Directory.Build.props
|
COPY Directory.Build.props Directory.Build.props
|
||||||
|
COPY Directory.Packages.props Directory.Packages.props
|
||||||
RUN dotnet --info && \
|
RUN dotnet --info && \
|
||||||
case "$TARGETOS" in \
|
case "$TARGETOS" in \
|
||||||
"linux") ;; \
|
"linux") ;; \
|
||||||
|
|||||||
Reference in New Issue
Block a user