File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 6666 <Reference Include =" System.Configuration" />
6767 </ItemGroup >
6868 <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" Condition =" '$(OS)' == 'Windows_NT' AND '$(Configuration)' == 'Release' " >
69- <Exec Command =" pwsh -ExecutionPolicy Bypass -file ..\sign.assembly.ps1 " $(TargetPath)" " />
69+ <Exec Command =" pwsh -ExecutionPolicy Bypass -file ..\sign.assembly.ps1 " $(TargetPath)" "
70+ IgnoreExitCode =" true"
71+ StandardOutputImportance =" High"
72+ StandardErrorImportance =" High" >
73+ <Output TaskParameter =" ExitCode" PropertyName =" SignExitCode" />
74+ </Exec >
75+ <Warning Text =" Signing assembly failed with exit code $(SignExitCode)." Condition =" '$(SignExitCode)' != '0'" />
7076 </Target >
7177</Project >
You can’t perform that action at this time.
0 commit comments