We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455fec9 commit 814f79bCopy full SHA for 814f79b
azure-pipelines/update-dependencies.ps1
@@ -13,7 +13,7 @@ Start-Sleep -Seconds 60
13
$commitMessage = ""
14
$prTitle = ""
15
$newBranchName = "develop-nfbot/update-dependencies/" + [guid]::NewGuid().ToString()
16
-$packageTargetVersion = $env:NBGV_NuGetPackageVersion
+$packageTargetVersion = $env:NBGV_SimpleVersion
17
18
# working directory is agent temp directory
19
Write-Debug "Changing working directory to $env:Agent_TempDirectory"
0 commit comments