We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f89228 commit aad194dCopy full SHA for aad194d
.pipelines/release.yml
@@ -264,7 +264,7 @@ extends:
264
# Install gh
265
# TODO: Change this to get the latest version of gh
266
Write-Host "Installing gh..."
267
- $tempDir = $(Agent.TempDirectory)
+ $tempDir = "$(Agent.TempDirectory)"
268
Write-Host "TempDir: $tempDir"
269
Invoke-WebRequest -Uri "https://github.com/cli/cli/releases/download/v2.83.1/gh_2.83.1_windows_amd64.zip" -OutFile "$tempdir\gh.zip"
270
Expand-Archive "$tempdir\gh.zip" -DestinationPath "$tempDir\gh"
0 commit comments