diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fe68e84832..3a9375ce90 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -141,4 +141,5 @@ stages: parameters: # Symbol validation isn't being very reliable lately. This should be enabled back # once this issue is resolved: https://github.com/dotnet/arcade/issues/2871 + publishingInfraVersion: 3 enableSymbolValidation: false diff --git a/eng/Publishing.props b/eng/Publishing.props new file mode 100644 index 0000000000..10bc8c8684 --- /dev/null +++ b/eng/Publishing.props @@ -0,0 +1,6 @@ + + + + 3 + +