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 +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 55 <!-- The signing infrastructure runs using MSBuild 14, which doesn't support some of the new syntax we're using. So set the BuildingSingingProject
66 property here to avoid importing files we don't need for signing which would cause errors if imported when using MSBuild 14. -->
77 <BuildingSigningProject >true</BuildingSigningProject >
8+ <ExternalCertificateId Condition =" '$(ExternalCertificateId)' == ''" >135020001</ExternalCertificateId >
9+ <InternalCertificateId Condition =" '$(InternalCertificateId)' == ''" >Microsoft402</InternalCertificateId >
10+ <NugetCertificateId Condition =" '$(NugetCertificateId)' == ''" >NuGet</NugetCertificateId >
811 </PropertyGroup >
912
1013 <Import Project =" ..\dir.props" />
106109 <FilesToSign Include =" $(PackagesDirectory)/**/*.cab" >
107110 <Authenticode >$(InternalCertificateId)</Authenticode >
108111 </FilesToSign >
112+ <FilesToSign Include =" $(PackagesDirectory)/**/*.nupkg"
113+ Exclude =" $(PackagesDirectory)/**/*symbols.nupkg" >
114+ <Authenticode >$(NugetCertificateId)</Authenticode >
115+ </FilesToSign >
109116 </ItemGroup >
110117 </Target >
111118
You can’t perform that action at this time.
0 commit comments