We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131977c commit 48364daCopy full SHA for 48364da
src/Installer/redist-installer/targets/BundledManifests.targets
@@ -50,7 +50,10 @@
50
</ItemGroup>
51
52
<Target Name="ValidateBundledManifestSigning"
53
- Condition=" '$(OS)' == 'Windows_NT' and '$(Architecture)' != 'arm' and '$(Sign)' == 'true' ">
+ Condition=" '$(OS)' == 'Windows_NT' and
54
+ '$(Architecture)' != 'arm' and
55
+ $(BUILD_SOURCEBRANCH) != '' and
56
+ $(BUILD_SOURCEBRANCH.Contains('release')) ">
57
<PropertyGroup>
58
<SignCheckExe>$(PkgMicrosoft_DotNet_SignCheck)\tools\Microsoft.DotNet.SignCheck.exe</SignCheckExe>
59
<SignCheckLog Condition="'$(SignCheckLog)' == ''">$(ArtifactsLogDir)\workloadmanifestsigncheck.log</SignCheckLog>
0 commit comments