mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-15 22:10:30 +00:00
CI: Add support for lock files
This commit is contained in:
2
cc.sh
2
cc.sh
@@ -102,7 +102,7 @@ if [ "$ASF_UI" -eq 1 ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
DOTNET_FLAGS="-c $CONFIGURATION -f $TARGET_FRAMEWORK -p:SelfContained=false -p:UseAppHost=false -r ${os_type}-${cpu_architecture} --nologo"
|
||||
DOTNET_FLAGS="-c $CONFIGURATION -f $TARGET_FRAMEWORK -p:ContinuousIntegrationBuild=true -p:SelfContained=false -p:UseAppHost=false -r ${os_type}-${cpu_architecture} --nologo"
|
||||
|
||||
if [ "$ANALYSIS" -eq 0 ]; then
|
||||
DOTNET_FLAGS="$DOTNET_FLAGS -p:AnalysisMode=AllDisabledByDefault"
|
||||
|
||||
Reference in New Issue
Block a user