Upgrade to build tools 2.1.0-preview1-15651

This commit is contained in:
Nate McMaster 2017-12-28 14:10:04 -08:00
parent ee72ea73da
commit 34054339ed
5 changed files with 9 additions and 4 deletions

View File

@ -16,6 +16,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

@ -12,12 +12,11 @@
<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>
<LineupPackageRestoreSource>https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</LineupPackageRestoreSource> <LineupPackageRestoreSource>https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</LineupPackageRestoreSource>
<GenerateSignRequest>false</GenerateSignRequest>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@ -1,2 +1,2 @@
version:2.1.0-preview1-15650 version:2.1.0-preview1-15651
commithash:f85a36ecd070f8a83675a1464efd6e0fb630199d commithash:ebf2365121c2c6a6a0fbfa9b0f37bb5effc89323