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 58
58
<Copy SourceFiles =" @(ProjectOutput)" DestinationFiles =" $(SdkOutputPath)tasks\%(RecursiveDir)%(FileName)%(Extension)" />
59
59
</Target >
60
60
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
-
76
61
<Target Name =" PopulateNuspec" AfterTargets =" InitializeStandardNuspecProperties" DependsOnTargets =" LayoutDependencies" >
77
-
78
62
<PropertyGroup >
79
- <!-- Make sure we create a symbols.nupkg -->
80
- <IncludeSymbols >true</IncludeSymbols >
81
63
<NuspecProperties >
82
64
id=$(MSBuildProjectName);
83
65
version=$(PackageVersion);
You can’t perform that action at this time.
0 commit comments