From 0121ce89b025f7e7b1b22b85784036e4c2061464 Mon Sep 17 00:00:00 2001 From: Matt Cooley Date: Wed, 9 Jun 2021 09:48:43 -0700 Subject: [PATCH] Remove PackageES LateTasks task --- build/pipelines/templates/prepare-release-internalonly.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build/pipelines/templates/prepare-release-internalonly.yaml b/build/pipelines/templates/prepare-release-internalonly.yaml index cf25aee2..45afb44d 100644 --- a/build/pipelines/templates/prepare-release-internalonly.yaml +++ b/build/pipelines/templates/prepare-release-internalonly.yaml @@ -149,8 +149,3 @@ jobs: SubmissionDataPath: '$(SBPackagePath)\SBCalculator.json' PackagePath: '$(SBPackagePath)\SBCalculator.zip' AeroEnvironment: Production - - - task: PkgESLateTasks@10 - displayName: Run PackageES LateTasks - env: - XES_DISABLEPROV: true