File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5151 <FilesToSign Include =" @(IntermediateSatelliteAssembliesWithTargetPath)" />
5252 <FilesToSignFiltered Include =" @(FilesToSign)" Condition =" Exists(%(FilesToSign.Identity))" />
5353 </ItemGroup >
54- <Exec Condition =" '@(FilesToSignFiltered->Count())' > 0" Command =" " $(SignToolPath)" sign /v /fd SHA1 /f " $(CertificatePath)" /p " $(CertificatePassword)" /tr http://timestamp.digicert.com /td SHA1 " %(FilesToSignFiltered.Identity)" "
54+ <Exec Condition =" '@(FilesToSignFiltered->Count())' > 0" Command =" " $(SignToolPath)" sign /v /fd SHA1 /f " $(CertificatePath)" /p " $(CertificatePassword)" /tr http://timestamp.digicert.com /td SHA256 " %(FilesToSignFiltered.Identity)" "
5555 WorkingDirectory =" $(ProjectDir)" EchoOff =" true" />
5656 <Exec Condition =" '@(FilesToSignFiltered->Count())' > 0" Command =" " $(SignToolPath)" sign /v /as /d " Authorization Summary" /fd SHA256 /f " $(CertificatePath)" /p " $(CertificatePassword)" /tr http://timestamp.digicert.com /td SHA256 " %(FilesToSignFiltered.Identity)" "
5757 WorkingDirectory =" $(ProjectDir)" EchoOff =" true" />
You can’t perform that action at this time.
0 commit comments