Merge pull request #8363 from dotnet/marcpopMSFT-policheck
Update generatemsi.ps1
This commit is contained in:
commit
4929bcc52c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ function RunHeat
|
|||
|
||||
Write-Information "Running heat.."
|
||||
|
||||
# -t $StableFileIdForApphostTransform to avoid sign check baseline apphost.exe name changes every build. Sign check uses File Id in MSI as whitelist name.
|
||||
# -t $StableFileIdForApphostTransform to avoid sign check baseline apphost.exe name changes every build. Sign check uses File Id in MSI as exception list name.
|
||||
# Template apphost.exe get a new "File Id" in msi different every time (since File Id is generated according to file
|
||||
# path, and file path has version number)
|
||||
# use XSLT tranform to match the file path contains "AppHostTemplate\apphost.exe" and give it the same ID all the time.
|
||||
|
|
Loading…
Reference in a new issue