Remove -gg in harvest
This commit is contained in:
parent
ec91fd10fe
commit
252416a21a
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.
|
# 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 `
|
||||||
|
|
|
@ -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 `
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue