From 6b323c3d79431a55569f2b8c0ac78c1c29bee4f0 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 3 Aug 2018 16:08:23 -0700 Subject: [PATCH] Re-enable Windows builds in the release build definition --- script/vsts/release-branch-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/vsts/release-branch-build.yml b/script/vsts/release-branch-build.yml index f8cff450e..cbbf73ffb 100644 --- a/script/vsts/release-branch-build.yml +++ b/script/vsts/release-branch-build.yml @@ -16,7 +16,7 @@ phases: name: Version # Import OS-specific build definitions -#- template: platforms/windows.yml +- template: platforms/windows.yml - template: platforms/macos.yml - template: platforms/linux.yml @@ -25,7 +25,7 @@ phases: dependsOn: - GetReleaseVersion - # - Windows + - Windows - Linux - macOS