From 2e0c3eb6f0273c6f2350eb5d4a01016dccced6a8 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Thu, 16 Jan 2020 13:49:59 -0700 Subject: [PATCH] Pin the compiler version Although we already pin the SDK which includes compilers, when we use msbuild.exe (including VS) to build we still get whatever compilers are on the box. Pinning the compilers has many of the same merits as pinning the SDK. --- src/Directory.Build.props | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index ddd8ae60..03a6a1c3 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -27,6 +27,7 @@ +