Remove -gg in harvest

This commit is contained in:
William Li 2020-01-16 13:13:19 -08:00
parent 357ad71b28
commit 24ffef0659
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.
$heatOutput = .\heat.exe dir `"$inputDir`" -template fragment `
-sreg -gg `
-sreg -ag `
-var var.DotnetSrc `
-cg InstallFiles `
-srd `

View file

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