gpt4 book ai didi

Azure 开发运营 : How to set the value of the Variable in Variable Group

转载 作者:行者123 更新时间:2023-12-02 23:18:47 26 4
gpt4 key购买 nike

我试图覆盖 Azure DevOps 中变量组中的变量值,但它不起作用。它始终显示原始值。

我编写了 Powershell 脚本,如以下链接所示:

我添加了变量组并将其链接到我的构建管道中。

enter image description here

我在Power Shell Script任务中编写了以下脚本。

Write-Host "Original BPOwner = $(BPOwner)"

Write-Host "Changing value of BPOwner to Bright Ran"
Write-Host "##vso[task.setvariable variable=BPOwner;]Bright Ran"

Write-Host "New BPOwner = $(BPOwner)"

但是,在Build中,它始终显示原始值,并且从未更改为我想要设置的值。

enter image description here

您能否建议我如何在构建管道中设置此值?

最佳答案

新值仅在接下来的任务中可用,而不是在更改值时在同一任务中可用。例如,我使用 Write-Host "New BPOwner = $(BPOwner)"添加了另一个 PS 任务:

enter image description here

上面是日志记录命令##vso[task.setvariable variable]的行为,而不仅仅是变量组。

关于Azure 开发运营 : How to set the value of the Variable in Variable Group,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57674793/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com