From 720123450b71c10292439b5cc943ef16325307b0 Mon Sep 17 00:00:00 2001 From: Dale Hirt Date: Tue, 14 May 2024 08:44:45 -0700 Subject: [PATCH] fix: remove post-build stages as arcade is no longer needed --- azure-pipelines-CI.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/azure-pipelines-CI.yml b/azure-pipelines-CI.yml index 0a65f7dd8..8b76ba4de 100644 --- a/azure-pipelines-CI.yml +++ b/azure-pipelines-CI.yml @@ -171,15 +171,3 @@ extends: buildConfig: $(_BuildConfig) skipTests: $(SkipTests) additionalArgs: $(additionalLinuxArgs) - - #---------------------------------------------------------------------------------------------------------------------# - # Post Build # - #---------------------------------------------------------------------------------------------------------------------# - - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - - template: eng/common/templates-official/post-build/post-build.yml - parameters: - publishingInfraVersion: 3 - # Symbol validation is not entirely reliable as of yet, so should be turned off until https://github.com/dotnet/arcade/issues/2871 is resolved. - enableSymbolValidation: false - # SourceLink improperly looks for generated files. See https://github.com/dotnet/arcade/issues/3069 - enableSourceLinkValidation: false