From c2de8ab3be87100cce0e7f75b40d50c3aa51ca23 Mon Sep 17 00:00:00 2001 From: MichaelSimons Date: Fri, 1 Oct 2021 20:33:37 +0000 Subject: [PATCH] Disable tarball PR validation leg --- .vsts-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 5d0247741..68b45b02a 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -353,10 +353,11 @@ stages: - template: /src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml - - template: /src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml - parameters: - dependsOn: Source_Build_Create_Tarball - condition: eq(dependencies.Source_Build_Create_Tarball.outputs['Tarball_Build_Check._includeTarballBuild'], 'true') + # Disable until tarball build cleanly + # - template: /src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml + # parameters: + # dependsOn: Source_Build_Create_Tarball + # condition: eq(dependencies.Source_Build_Create_Tarball.outputs['Tarball_Build_Check._includeTarballBuild'], 'true') # https://github.com/dotnet/core-sdk/issues/248 # - template: /eng/build.yml