Upgrade to build tools 2.1.0-preview1-15651
This commit is contained in:
parent
ee72ea73da
commit
34054339ed
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,9 @@
|
||||||
<PackageId>$(VSIXName)</PackageId>
|
<PackageId>$(VSIXName)</PackageId>
|
||||||
</ArtifactInfo>
|
</ArtifactInfo>
|
||||||
|
|
||||||
|
<FilesToSign Include="$(VSIXOutputPath)" Certificate="Vsix" />
|
||||||
|
<FilesToExcludeFromSigning Include="$(VSIXManifestOutputPath)" />
|
||||||
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
version:2.1.0-preview1-15650
|
version:2.1.0-preview1-15651
|
||||||
commithash:f85a36ecd070f8a83675a1464efd6e0fb630199d
|
commithash:ebf2365121c2c6a6a0fbfa9b0f37bb5effc89323
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue