Upgrade to build tools 2.1.0-preview1-15651

This commit is contained in:
Nate McMaster 2017-12-28 14:10:04 -08:00 committed by N. Taylor Mullen
parent 23e3a872af
commit 141b0b4763
4 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,7 @@
<SignAssembly>true</SignAssembly> <SignAssembly>true</SignAssembly>
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign> <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AssemblySigningCertName>Microsoft</AssemblySigningCertName>
<!-- Generate full pdbs for desktop targeting projects on platforms that support generating full pdbs. --> <!-- Generate full pdbs for desktop targeting projects on platforms that support generating full pdbs. -->
<DebugType Condition="'$(OS)'=='Windows_NT' AND '$(TargetFramework)'=='net46'">full</DebugType> <DebugType Condition="'$(OS)'=='Windows_NT' AND '$(TargetFramework)'=='net46'">full</DebugType>

View File

@ -29,6 +29,8 @@
<Version>$(AddinVersion)</Version> <Version>$(AddinVersion)</Version>
<Category>$(MPackArtifactCategory)</Category> <Category>$(MPackArtifactCategory)</Category>
</ArtifactInfo> </ArtifactInfo>
<FilesToExcludeFromSigning Include="$(MPackOutputPath)" />
</ItemGroup> </ItemGroup>
</Target> </Target>

View File

@ -34,6 +34,9 @@
<PackageId>$(VSIXName)</PackageId> <PackageId>$(VSIXName)</PackageId>
</ArtifactInfo> </ArtifactInfo>
<FilesToSign Include="$(VSIXOutputPath)" Certificate="Vsix" />
<FilesToExcludeFromSigning Include="$(VSIXManifestOutputPath)" />
</ItemGroup> </ItemGroup>
</Target> </Target>

View File

@ -11,6 +11,7 @@
<ExcludeFromTest Include="$(RepositoryRoot)test\Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X\Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X.csproj" /> <ExcludeFromTest Include="$(RepositoryRoot)test\Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X\Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X.csproj" />
<ExcludeSolutions Include="$(RepositoryRoot)Razor.Slim.sln" /> <ExcludeSolutions Include="$(RepositoryRoot)Razor.Slim.sln" />
</ItemGroup> </ItemGroup>
<PropertyGroup> <PropertyGroup>
<!-- These properties are use by the automation that updates dependencies.props --> <!-- These properties are use by the automation that updates dependencies.props -->
<LineupPackageId>Internal.AspNetCore.Universe.Lineup</LineupPackageId> <LineupPackageId>Internal.AspNetCore.Universe.Lineup</LineupPackageId>