mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-15 22:10:30 +00:00
Misc
This commit is contained in:
4
cc.sh
4
cc.sh
@@ -1,8 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
set -eu
|
||||
|
||||
TARGET_FRAMEWORK="net8.0"
|
||||
|
||||
MAIN_PROJECT="ArchiSteamFarm"
|
||||
STEAM_TOKEN_DUMPER_NAME="${MAIN_PROJECT}.OfficialPlugins.SteamTokenDumper"
|
||||
TESTS_PROJECT="${MAIN_PROJECT}.Tests"
|
||||
@@ -112,7 +110,7 @@ if [ "$ASF_UI" -eq 1 ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
DOTNET_FLAGS="-c $CONFIGURATION -f $TARGET_FRAMEWORK -p:ContinuousIntegrationBuild=true -p:UseAppHost=false --nologo"
|
||||
DOTNET_FLAGS="-c $CONFIGURATION -p:ContinuousIntegrationBuild=true -p:UseAppHost=false --nologo"
|
||||
PUBLISH_FLAGS="-r ${os_type}-${cpu_architecture} --no-self-contained"
|
||||
|
||||
if [ "$ANALYSIS" -eq 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user