| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- commit d81f23e1599cd7c464ae51c3d5605c37b0421450
- Author: Nate McMaster <[email protected]>
- Date: Thu Dec 28 15:45:45 2017 -0800
- Update to build tools 2.1.0-preview1-15651
- diff --git a/Directory.Build.props b/Directory.Build.props
- index 1afa691c5fe..29d623306fa 100644
- --- a/Directory.Build.props
- +++ b/Directory.Build.props
- @@ -15,6 +15,7 @@
- <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
- <SignAssembly>true</SignAssembly>
- <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
- + <AssemblySigningCertName>Microsoft</AssemblySigningCertName>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
-
- <!-- Binary compatiblity is not a goal for command-line tools. -->
- diff --git a/build/VSIX.targets b/build/VSIX.targets
- index a22b83f0202..eade7e44144 100644
- --- a/build/VSIX.targets
- +++ b/build/VSIX.targets
- @@ -31,6 +31,9 @@
- <Dependencies>$(VSIXName).vsix</Dependencies>
- <PackageId>$(VSIXName)</PackageId>
- </ArtifactInfo>
- +
- + <FilesToSign Include="$(VSIXOutputPath)" Certificate="Vsix" />
- + <FilesToExcludeFromSigning Include="$(VSIXManifestOutputPath)" />
- </ItemGroup>
- </Target>
-
- diff --git a/korebuild-lock.txt b/korebuild-lock.txt
- index 51ae52c049f..09bd77accb4 100644
- --- a/korebuild-lock.txt
- +++ b/korebuild-lock.txt
- @@ -1,2 +1,2 @@
- -version:2.1.0-preview1-15639
- -commithash:231066d459f3c86a94b5bdcd197a3c2e4992a7ff
- +version:2.1.0-preview1-15651
- +commithash:ebf2365121c2c6a6a0fbfa9b0f37bb5effc89323
|