From aa4efbb3d64ee973abaeb654a0ec46ca9ecec68e Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 1 Aug 2018 08:58:39 -0700 Subject: [PATCH] Disable Windows release build on VSTS until issues are fixed --- script/vsts/release-branch-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/vsts/release-branch-build.yml b/script/vsts/release-branch-build.yml index c38d13e44..8ef4c50d7 100644 --- a/script/vsts/release-branch-build.yml +++ b/script/vsts/release-branch-build.yml @@ -16,6 +16,6 @@ phases: name: Version # Import OS-specific build definitions -- template: platforms/windows.yml +#- template: platforms/windows.yml - template: platforms/macos.yml - template: platforms/linux.yml