File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 8585 WorkingDirectory =" $(MSBuildProjectDirectory)" EchoOff =" true" />
8686 </Target >
8787
88+ <!-- We want to be very precise about which MSIs we sign, so use 'true' for that precision. -->
89+ <Target Name =" SignMsi" Condition =" '$(SigningCertName)'!='' and '$(SignOutput)'=='true' " >
90+ <Message Importance =" high" Text =" Signing MSI: @(SignMsi->' %(Identity)' )" />
91+
92+ <Exec Command =' "$(SigningToolExe)" $(SigningCommand) $(SigningConfiguration) "@(SignMsi->' %(Identity)' )"'
93+ WorkingDirectory =" $(MSBuildProjectDirectory)" EchoOff =" true" />
94+ </Target >
95+
8896 <Target Name =" SignBundleEngine" Condition =" '$(SigningCertName)'!='' and '$(SignOutput)'!='false' " >
8997 <Message Importance =" high" Text =" Signing bundle engine: @(SignBundleEngine->' %(Identity)' )" />
9098
You can’t perform that action at this time.
0 commit comments