diff --git a/script/vsts/nightly-release.yml b/script/vsts/nightly-release.yml index b41558047..dff26f67a 100644 --- a/script/vsts/nightly-release.yml +++ b/script/vsts/nightly-release.yml @@ -16,7 +16,7 @@ jobs: dependsOn: - GetReleaseVersion - - Windows + - Windows_test - Linux - macOS_tests diff --git a/script/vsts/platforms/windows.yml b/script/vsts/platforms/windows.yml index fa3f3105a..2aa1300f7 100644 --- a/script/vsts/platforms/windows.yml +++ b/script/vsts/platforms/windows.yml @@ -1,5 +1,5 @@ jobs: - - job: Windows + - job: Windows_build dependsOn: GetReleaseVersion timeoutInMinutes: 180 strategy: @@ -71,8 +71,8 @@ jobs: fileDir: $(Build.SourcesDirectory)/out condition: and(succeeded(), eq(variables['IsReleaseBranch'], 'true')) - - job: Windows_RendererTests - dependsOn: Windows + - job: Windows_tests + dependsOn: Windows_build timeoutInMinutes: 180 strategy: maxParallel: 2 diff --git a/script/vsts/release-branch-build.yml b/script/vsts/release-branch-build.yml index 2db42ea75..38773cbfb 100644 --- a/script/vsts/release-branch-build.yml +++ b/script/vsts/release-branch-build.yml @@ -19,7 +19,7 @@ jobs: dependsOn: - GetReleaseVersion - - Windows + - Windows_tests - Linux - macOS_tests