Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
missing var
  • Loading branch information
ilia-shipitsin committed Sep 28, 2023
commit 3b5841faf30b830f80ed28b4d00ea24bf6793ecb
1 change: 1 addition & 0 deletions images/win/scripts/Installers/Install-AzureDevOpsCli.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Desc: Install Azure DevOps CLI
################################################################################

$azureDevOpsCliConfigPath = 'C:\azureDevOpsCli'
# Store azure-devops-cli cache outside of the provisioning user's profile
[Environment]::SetEnvironmentVariable('AZURE_DEVOPS_EXT_CONFIG_DIR', $azureDevOpsCliConfigPath, [System.EnvironmentVariableTarget]::Machine)
# make variable to be available in the current session
Expand Down