Remove -gg in harvest
This commit is contained in:
parent
357ad71b28
commit
24ffef0659
2 changed files with 2 additions and 2 deletions
|
@ -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 `
|
||||
|
|
|
@ -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 `
|
||||
|
|
Loading…
Reference in a new issue