From 70ec9db3f269c3baa771bc9b7fc4ea4c50751df6 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 17 Dec 2024 12:20:07 +0100 Subject: [PATCH] fixesss --- eng/Publishing.props | 4 ++-- eng/packaging.targets | 4 ++-- eng/pipelines/official/stages/publish.yml | 2 -- 3 files changed, 4 insertions(+), 6 deletions(-) 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