File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
src/Razor/Microsoft.NET.Sdk.Razor/src Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 5858 <Copy SourceFiles =" @(ProjectOutput)" DestinationFiles =" $(SdkOutputPath)tasks\%(RecursiveDir)%(FileName)%(Extension)" />
5959 </Target >
6060
61- <ItemGroup >
62- <SignedPackageFile Include =" $(SdkOutputPath)tasks\net46\$(TargetName).dll" Certificate =" $(AssemblySigningCertName)" />
63- <SignedPackageFile Include =" $(SdkOutputPath)tasks\netstandard2.0\$(TargetName).dll" Certificate =" $(AssemblySigningCertName)" />
64- <SignedPackageFile Include =" $(SdkOutputPath)extensions\**\*.dll" Certificate =" $(AssemblySigningCertName)" />
65-
66- <SignedPackageFile Include =" $(SdkOutputPath)tools\netcoreapp3.0\rzc.dll" Certificate =" $(AssemblySigningCertName)" />
67- <SignedPackageFile Include =" $(SdkOutputPath)tools\netcoreapp3.0\Newtonsoft.Json.dll" Certificate =" $(AssemblySigning3rdPartyCertName)" />
68-
69- <!-- Binaries that should be signed by corefx/roslyn -->
70- <ExcludePackageFileFromSigning Include =" $(SdkOutputPath)tools\netcoreapp3.0\Microsoft.CodeAnalysis.dll" />
71- <ExcludePackageFileFromSigning Include =" $(SdkOutputPath)tools\netcoreapp3.0\Microsoft.CodeAnalysis.CSharp.dll" />
72- <ExcludePackageFileFromSigning Include =" $(SdkOutputPath)tools\netcoreapp3.0\runtimes\unix\lib\netstandard1.3\System.Text.Encoding.CodePages.dll" />
73- <ExcludePackageFileFromSigning Include =" $(SdkOutputPath)tools\netcoreapp3.0\runtimes\win\lib\netstandard1.3\System.Text.Encoding.CodePages.dll" />
74- </ItemGroup >
75-
7661 <Target Name =" PopulateNuspec" AfterTargets =" InitializeStandardNuspecProperties" DependsOnTargets =" LayoutDependencies" >
77-
7862 <PropertyGroup >
79- <!-- Make sure we create a symbols.nupkg -->
80- <IncludeSymbols >true</IncludeSymbols >
8163 <NuspecProperties >
8264 id=$(MSBuildProjectName);
8365 version=$(PackageVersion);
You can’t perform that action at this time.
0 commit comments