diff --git a/eng/Publishing.props b/eng/Publishing.props index 562fc45c8c118..0d0ff3a2e39e1 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -77,14 +77,14 @@ PACKAGE.md $(BeforePack);ValidatePackageReadmeExists - + true - true + true false diff --git a/eng/pipelines/official/stages/publish.yml b/eng/pipelines/official/stages/publish.yml index 9553baae305f2..83b059ffc32a6 100644 --- a/eng/pipelines/official/stages/publish.yml +++ b/eng/pipelines/official/stages/publish.yml @@ -1,6 +1,5 @@ parameters: PublishRidAgnosticPackagesFromPlatform: windows_x64 - publishingInfraVersion: 3 stages: @@ -28,7 +27,6 @@ stages: # Stages-based publishing entry point - template: /eng/common/templates-official/post-build/post-build.yml parameters: - publishingInfraVersion: ${{ parameters.publishingInfraVersion }} validateDependsOn: - PrepareForPublish # The following checks are run after the build in the validation and release pipelines