提供发布时可设置的发布变量选项

Provide options for release variable settable at release time

我有一个发布定义,其中有一个名为 "Sku" 的变量,我已将此变量标记为可在发布时设置。此变量的可能值有限制,因为它只能是 "Developer"、"Basic" 或 "Standard"。有没有一种方法可以提供这些值作为创建版本时可以选择的选项。

Is there a way I can provide these values as options that can be selected while creating the release.

对于这个问题,恐怕azure devops中没有这个功能。

勾选"settable at release time"选项的变量值可以在创建发布页面修改,但不能作为选项选择