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 4423871 commit 72bc692Copy full SHA for 72bc692
eng/Get-DropVersions.ps1
@@ -348,5 +348,7 @@ if ($UpdateDependencies)
348
}
349
} else {
350
Write-Output "##vso[task.setvariable variable=versionInfos]$($versionInfos | ConvertTo-Json -Compress -AsArray)"
351
- Write-Output "##vso[task.setvariable variable=internalBaseUrl]$internalBaseUrl"
+ if ($UseInternalBuild) {
352
+ Write-Output "##vso[task.setvariable variable=internalBaseUrl]$internalBaseUrl"
353
+ }
354
0 commit comments