Re-enable Windows builds in the release build definition

This commit is contained in:
David Wilson 2018-08-03 16:08:23 -07:00
parent f925937a14
commit 6b323c3d79

View File

@ -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