This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1818 <OutputDirectory Condition =" '$(OutputDirectory)' == ''" >$(BaseOutputDirectory)/stage2</OutputDirectory >
1919 <CompilationDirectory Condition =" '$(CompilationDirectory)' == ''" >$(BaseOutputDirectory)/stage2compilation</CompilationDirectory >
2020 <PackagesDirectory Condition =" '$(PackagesDirectory)' == ''" >$(BaseOutputDirectory)/packages</PackagesDirectory >
21+ <SdkResolverOutputDirectory >$(BaseOutputDirectory)/intermediate/MSBuildSdkResolver</SdkResolverOutputDirectory >
2122
2223 <!-- The OutDir and IntermediateOutputPath properties are required by MicroBuild. MicroBuild only
2324 signs files that are under these paths. -->
7172 </ItemGroup >
7273 </Target >
7374
75+ <Target Name =" SignSdkResolverContents" DependsOnTargets =" GetSignSdkResolverContentsFiles;SignFiles" />
76+
77+ <Target Name =" GetSignSdkResolverContentsFiles" >
78+ <PropertyGroup >
79+ <OutDir >$(SdkResolverOutputDirectory)</OutDir >
80+ </PropertyGroup >
81+ <ItemGroup >
82+ <FilesToSign Include =" $(SdkResolverOutputDirectory)/Microsoft.DotNet.MSBuildSdkResolver.dll" >
83+ <Authenticode >$(InternalCertificateId)</Authenticode >
84+ </FilesToSign >
85+ </ItemGroup >
86+ </Target >
87+
7488 <Target Name =" SignMsiAndCab" DependsOnTargets =" GetSignMsiAndCabFiles;SignFiles" />
7589
7690 <Target Name =" GetSignMsiAndCabFiles" >
You can’t perform that action at this time.
0 commit comments