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 5050 </ItemGroup >
5151
5252 <Target Name =" ValidateBundledManifestSigning"
53- Condition =" '$(OS)' == 'Windows_NT' and '$(Architecture)' != 'arm' " >
53+ Condition =" '$(OS)' == 'Windows_NT' and '$(Architecture)' != 'arm' and '$(Sign)' == 'true' " >
5454 <PropertyGroup >
5555 <SignCheckExe >$(PkgMicrosoft_DotNet_SignCheck)\tools\Microsoft.DotNet.SignCheck.exe</SignCheckExe >
5656 <SignCheckLog Condition =" '$(SignCheckLog)' == ''" >$(ArtifactsLogDir)\workloadmanifestsigncheck.log</SignCheckLog >
6060 <ItemGroup >
6161 <!-- Don't try to validate signing for workload manifests that will be signed as part of post-build signing -->
6262 <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" >
6464 <RestoredMsiPathInNupkg >$([MSBuild]::NormalizePath($([System.IO.Directory]::GetFiles('%(RestoredMsiNupkgContentPath)/data/', '*$(MsiArchitectureForWorkloadManifests).msi'))))</RestoredMsiPathInNupkg >
6565 </BundledManifestsToValidateSigning >
6666
You can’t perform that action at this time.
0 commit comments