Skip to content

Commit

Permalink
Only invoke signing on inner repo (#15255)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche authored Nov 19, 2024
1 parent 75efe2c commit f8cadcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.DotNet.Arcade.Sdk/tools/Build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
<MSBuild Projects="Sign.proj"
Properties="@(_CommonProps)"
Targets="Sign"
Condition="'$(Sign)' == 'true'"/>
Condition="'$(Sign)' == 'true' and ('$(DotNetBuild)' != 'true' or '$(DotNetBuildPhase)' == 'InnerRepo')"/>

<MSBuild Projects="AfterSigning.proj"
Properties="@(_CommonProps);_NETCORE_ENGINEERING_TELEMETRY=Sign"
Expand Down

0 comments on commit f8cadcb

Please sign in to comment.