File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
eng/pipelines/installer/jobs Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 6868 eq(parameters.isOfficialBuild, true),
6969 ne(parameters.crossrootfsDir, '')) }}
7070
71- # TODO: (Consolidation) Enable test signing during PR validation. https://github.com/dotnet/runtime/issues/1026
72- #
73- # CoreCLR only produces the UCRT redist file in Release config. When the redist file isn't
74- # present, signing fails. For now, only sign in official builds which only run Release mode.
7571 - name : SignType
76- value : ' '
72+ value : test
7773
7874 # Set up non-PR build from internal project
7975 - ${{ if eq(parameters.isOfficialBuild, true) }} :
Original file line number Diff line number Diff line change 2020 <UcrtFilesToCopy Include =" $(UniversalCRTSDKDir)Redist\ucrt\DLLs\$(BuildArch)\*.dll" />
2121 </ItemGroup >
2222
23- <Copy Condition =" '$(BuildType)'=='Release' AND '$( BuildArch)' != 'arm64'"
23+ <Copy Condition =" '$(BuildArch)' != 'arm64'"
2424 SourceFiles =" @(UcrtFilesToCopy)"
2525 DestinationFolder =" $(BinDir)Redist\ucrt\DLLs\$(BuildArch)" />
2626 </Target >
You can’t perform that action at this time.
0 commit comments