File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Installer/redist-installer/targets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 50
50
</ItemGroup >
51
51
52
52
<Target Name =" ValidateBundledManifestSigning"
53
- Condition =" '$(OS)' == 'Windows_NT' and '$(Architecture)' != 'arm' " >
53
+ Condition =" '$(OS)' == 'Windows_NT' and '$(Architecture)' != 'arm' and '$(Sign)' == 'true' " >
54
54
<PropertyGroup >
55
55
<SignCheckExe >$(PkgMicrosoft_DotNet_SignCheck)\tools\Microsoft.DotNet.SignCheck.exe</SignCheckExe >
56
56
<SignCheckLog Condition =" '$(SignCheckLog)' == ''" >$(ArtifactsLogDir)\workloadmanifestsigncheck.log</SignCheckLog >
60
60
<ItemGroup >
61
61
<!-- Don't try to validate signing for workload manifests that will be signed as part of post-build signing -->
62
62
<BundledManifestsToValidateSigning Include =" @(BundledManifests)"
63
- Exclude =" Microsoft.NET.Workload.Mono.ToolChain.Current;Microsoft.NET.Workload.Mono.ToolChain.net6;Microsoft.NET.Workload.Mono.ToolChain.net7;Microsoft.NET.Workload.Mono.ToolChain.net8;Microsoft.NET.Workload.Emscripten.Current;Microsoft.NET.Workload.Emscripten.net6;Microsoft.NET.Workload.Emscripten.net7;Microsoft.NET.Workload.Emscripten.net8;Microsoft.NET. Sdk.Aspire" >
63
+ Exclude =" Microsoft.NET.Sdk.Aspire" >
64
64
<RestoredMsiPathInNupkg >$([MSBuild]::NormalizePath($([System.IO.Directory]::GetFiles('%(RestoredMsiNupkgContentPath)/data/', '*$(MsiArchitectureForWorkloadManifests).msi'))))</RestoredMsiPathInNupkg >
65
65
</BundledManifestsToValidateSigning >
66
66
You can’t perform that action at this time.
0 commit comments