Skip to content

Commit 524444c

Browse files
authored
Set property in Templating build to not use AppHost (#1346)
* Set UseAppHost=false for templating to avoid loading Microsoft.NETCore.App.Host.linux-x64 * Update prebuilt baseline
1 parent ae075b0 commit 524444c

File tree

2 files changed

+160
-38
lines changed

2 files changed

+160
-38
lines changed

repos/templating.proj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<BuildCommandArgs>--restore --pack --configuration $(Configuration) $(OutputVersionArgs)</BuildCommandArgs>
1010
<BuildCommandArgs>$(BuildCommandArgs) $(FlagParameterPrefix)warnasError $(ArcadeFalseBoolBuildArg)</BuildCommandArgs>
1111
<BuildCommandArgs>$(BuildCommandArgs) /p:PackSpecific=true</BuildCommandArgs>
12+
<BuildCommandArgs>$(BuildCommandArgs) /p:UseAppHost=false</BuildCommandArgs>
1213

1314
<LogVerbosityOptOut>true</LogVerbosityOptOut>
1415
<BuildCommandArgs>$(BuildCommandArgs) -v $(LogVerbosity)</BuildCommandArgs>

0 commit comments

Comments
 (0)