diff --git a/eng/promote-build.yml b/eng/promote-build.yml index d1faf9ac4b3..6e668f0c92c 100644 --- a/eng/promote-build.yml +++ b/eng/promote-build.yml @@ -26,6 +26,17 @@ parameters: type: string default: ' ' +- name: BuildQuality + displayName: "Build quality used when creating aka.ms links (aka.ms/dotnet///...):" + type: string + default: daily + values: + - daily + - preview + - ga + - signed + - validated + # The parameters below here are legacy. They are passed by add-build-to-channel # to the build pipeline, and if they are not present in the pipeline, then queueing # will fail. Remove once add-build-to-channel has been updated to remove the parameters. @@ -83,4 +94,5 @@ extends: PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} BARBuildId: ${{ parameters.BARBuildId }} symbolPublishingAdditionalParameters: ${{ parameters.SymbolPublishingAdditionalParameters }} - artifactsPublishingAdditionalParameters: ${{ parameters.ArtifactsPublishingAdditionalParameters }} \ No newline at end of file + artifactsPublishingAdditionalParameters: ${{ parameters.ArtifactsPublishingAdditionalParameters }} + buildQuality: ${{ parameters.BuildQuality }} \ No newline at end of file