We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2aa13 commit 3188d8aCopy full SHA for 3188d8a
build/sign.proj
@@ -46,13 +46,14 @@
46
ToolsPath="$(SigningToolsPath)" />
47
</Target>
48
49
- <Target Name="BeforeAll" BeforeTargets="All">
+ <Target Name="BeforeAll">
50
+ <Message Importance="high" Text="Sign: BeforeAll started" />
51
<PropertyGroup>
52
<DisableSigning>true</DisableSigning>
53
</PropertyGroup>
54
55
- <Target Name="All" DependsOnTargets="net452;netstandard20">
56
+ <Target Name="All" DependsOnTargets="BeforeAll;net452;netstandard20">
57
<Message Importance="high" Text="Sign: All started" />
58
59
<DisableSigning>false</DisableSigning>
0 commit comments