File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<Import Project =" Microsoft.WindowsSdk.props" />
4
4
5
- <Target Name =" SignMsi" DependsOnTargets =" UsesSignTool" >
5
+ <Target Name =" SignMsi" DependsOnTargets =" UsesSignTool" Condition = " '$(SignOutput)'=='true' " >
6
6
<Exec Command =" $(SignTool) " %(SignMsi.FullPath)" " EnvironmentVariables =" $(SignToolPath)" />
7
7
</Target >
8
- <Target Name =" SignBundle" DependsOnTargets =" UsesSignTool" >
8
+ <Target Name =" SignBundle" DependsOnTargets =" UsesSignTool" Condition = " '$(SignOutput)'=='true' " >
9
9
<Exec Command =" $(SignTool) " %(SignBundle.FullPath)" " EnvironmentVariables =" $(SignToolPath)" />
10
10
</Target >
11
- <Target Name =" SignBundleEngine" DependsOnTargets =" UsesSignTool" >
11
+ <Target Name =" SignBundleEngine" DependsOnTargets =" UsesSignTool" Condition = " '$(SignOutput)'=='true' " >
12
12
<Exec Command =" $(SignTool) " %(SignBundleEngine.FullPath)" " EnvironmentVariables =" $(SignToolPath)" />
13
13
</Target >
14
14
You can’t perform that action at this time.
0 commit comments