Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
checkymander committed Jan 23, 2025
1 parent 1311427 commit ca8c90d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ async def updateRootsFile(self, agent_build_path, roots_replace):
f.write(baseRoots)

async def getBuildCommand(self, rid):
return "dotnet publish AthenaCore -r {} -c {} --nologo -v q --property WarningLevel=0 /clp:ErrorsOnly --self-contained={} /p:PublishSingleFile={} /p:EnableCompressionInSingleFile={} \
return "dotnet publish AthenaCore -r {} -c {} --nologo --self-contained={} /p:PublishSingleFile={} /p:EnableCompressionInSingleFile={} \
/p:PublishTrimmed={} /p:Obfuscate={} /p:PublishAOT={} /p:DebugType=None /p:DebugSymbols=false /p:PluginsOnly=false \
/p:HandlerOS={} /p:UseSystemResourceKeys={} /p:InvariantGlobalization={} /p:StackTraceSupport={} /p:PayloadUUID={} \
/p:WindowsService={} /p:RandomName={}".format(
Expand Down

0 comments on commit ca8c90d

Please sign in to comment.