Skip to content

Commit 5f2aa13

Browse files
committed
Second attempt at signing consolidation.
1 parent 785ceb9 commit 5f2aa13

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build/sign.proj

+5-2
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,14 @@
4646
ToolsPath="$(SigningToolsPath)" />
4747
</Target>
4848

49-
<Target Name="All">
49+
<Target Name="BeforeAll" BeforeTargets="All">
5050
<PropertyGroup>
5151
<DisableSigning>true</DisableSigning>
5252
</PropertyGroup>
53-
<CallTarget Targets="net452;netstandard20"/>
53+
</Target>
54+
55+
<Target Name="All" DependsOnTargets="net452;netstandard20">
56+
<Message Importance="high" Text="Sign: All started" />
5457
<PropertyGroup>
5558
<DisableSigning>false</DisableSigning>
5659
</PropertyGroup>

0 commit comments

Comments
 (0)