Skip to content

Commit

Permalink
x64 use download
Browse files Browse the repository at this point in the history
  • Loading branch information
lei9444 committed Feb 24, 2025
1 parent 9f008a6 commit 439221f
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .pipelines/v2/templates/job-test-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,18 @@ jobs:
reg add "HKLM\Software\Policies\Microsoft\Edge\WebView2\ReleaseChannels" /v PowerToys.exe /t REG_SZ /d "3"
displayName: "Enable WebView2 Canary Channel"

- template: steps-download-artifacts-with-azure-cli.yml
parameters:
artifactName: $(TestArtifactsName)
- ${{ if ne(parameters.platform, 'arm64') }}:
- download: current
displayName: Download artifacts
artifact: $(TestArtifactsName)
patterns: |-
**
!**\*.pdb
!**\*.lib
- ${{ else }}:
- template: steps-download-artifacts-with-azure-cli.yml
parameters:
artifactName: $(TestArtifactsName)

- template: steps-ensure-dotnet-version.yml
parameters:
Expand Down

0 comments on commit 439221f

Please sign in to comment.