Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirwin committed Jan 4, 2025
1 parent 223d07d commit 2587d6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .build/azure-templates/run-tests-on-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# runs the tests for each project on a background job in parallel,
# then uploads the results to Azure DevOps pipelines

# NOTE: Depends on environment variables $(IsNightly) and $(IsWeekly)
# NOTE: Depends on environment variables $(IsNightly), $(IsWeekly), and $(DisplayFullName)

parameters:
osName: 'Windows' # The name of the operating system for display purposes.
Expand Down
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ stages:
Write-Host "##vso[task.setvariable variable=IsWeekly;]$isWeekly"
$runPack = if ($env:ISRELEASE -eq 'true' -or $env:ARTIFACTFEEDID -ne '' -or $env:GENERATEPACKAGES -ne 'false') { 'true' } else { 'false' }
Write-Host "##vso[task.setvariable variable=RunPack;]$runPack"
$displayFullName = if ($env:DISPLAYFULLNAME -eq 'false') { 'false' } else { 'true' }
Write-Host "##vso[task.setvariable variable=DisplayFullName;]$displayFullName"
displayName: 'Setup Default Variable Values'
- template: '.build/azure-templates/install-dotnet-sdk.yml'
Expand Down

0 comments on commit 2587d6d

Please sign in to comment.