Skip to content

Commit

Permalink
Fix an issue preventing the compliance pipeline from running (#13289)
Browse files Browse the repository at this point in the history
  • Loading branch information
DHowett authored Jun 13, 2022
1 parent d866908 commit 9eb191d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pipelines/templates/build-console-compliance-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
If ($Arch -Eq "x86") { $Arch = "Win32" }
Write-Host "##vso[task.setvariable variable=RationalizedBuildPlatform]${Arch}"
- steps: restore-nuget-steps.yml
- template: restore-nuget-steps.yml
- task: UniversalPackages@0
displayName: Download terminal-internal Universal Package
inputs:
Expand Down

0 comments on commit 9eb191d

Please sign in to comment.