Remove -gg in harvest

This commit is contained in:
William Li 2020-01-16 13:13:19 -08:00
parent ec91fd10fe
commit 252416a21a
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ function RunHeat
# use XSLT tranform to match the file path contains "AppHostTemplate\apphost.exe" and give it the same ID all the time. # use XSLT tranform to match the file path contains "AppHostTemplate\apphost.exe" and give it the same ID all the time.
$heatOutput = .\heat.exe dir `"$inputDir`" -template fragment ` $heatOutput = .\heat.exe dir `"$inputDir`" -template fragment `
-sreg -gg ` -sreg -ag `
-var var.DotnetSrc ` -var var.DotnetSrc `
-cg InstallFiles ` -cg InstallFiles `
-srd ` -srd `

View file

@ -25,7 +25,7 @@ function RunHeat
Write-Information "Running heat.." Write-Information "Running heat.."
$heatOutput = .\heat.exe dir `"$inputDir`" -template fragment ` $heatOutput = .\heat.exe dir `"$inputDir`" -template fragment `
-sreg -gg ` -sreg -ag `
-var var.DotnetSrc ` -var var.DotnetSrc `
-cg InstallFiles ` -cg InstallFiles `
-srd ` -srd `