Skip to content

Commit

Permalink
Update windows-nvda.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
outofambit committed Jan 15, 2025
1 parent d72002f commit 2517071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pipelines/windows-nvda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ steps:
Write-Host "ARIA_AT_WORK_DIR: $env:ARIA_AT_WORK_DIR ($env:p_work_dir)"
Write-Host "##vso[task.setvariable variable=ARIA_AT_TEST_PATTERN;]$env:p_test_pattern"
Write-Host "ARIA_AT_TEST_PATTERN: $env:ARIA_AT_TEST_PATTERN ($env:p_test_pattern)"
Write-Host "##vso[task.setvariable variable=ARIA_AT_CALLBACK_URL;]$env:callback_url"
Write-Host "ARIA_AT_CALLBACK_URL: $env:ARIA_AT_CALLBACK_URL ($env:callback_url)"
Write-Host "##vso[task.setvariable variable=ARIA_AT_STATUS_URL;]${{ parameters['status_url'] }}"
Write-Host "ARIA_AT_STATUS_URL: $env:ARIA_AT_STATUS_URL (${{ parameters['status_url'] }})"
Write-Host "##vso[task.setvariable variable=ARIA_AT_STATUS_URL;]$env:p_status_url"
Write-Host "ARIA_AT_STATUS_URL: $env:ARIA_AT_STATUS_URL ($env:p_status_url)"
Write-Host "##vso[task.setvariable variable=ARIA_AT_CALLBACK_HEADER;]$env:p_callback_header"
Expand Down

0 comments on commit 2517071

Please sign in to comment.