diff --git a/script/vsts/release-branch-build.yml b/script/vsts/release-branch-build.yml index bfcc8af78..8173dbcac 100644 --- a/script/vsts/release-branch-build.yml +++ b/script/vsts/release-branch-build.yml @@ -23,9 +23,9 @@ jobs: dependsOn: - GetReleaseVersion - Lint - - Windows_tests + # - Windows_tests - Linux - - macOS_tests + # - macOS_tests variables: ReleaseVersion: $[ dependencies.GetReleaseVersion.outputs['Version.ReleaseVersion'] ]