Skip to content

Commit

Permalink
ci: Adjust tasks names
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Oct 9, 2022
1 parent 2f671ce commit fc93a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/ci/.azure-devops-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
flattenFolders: false

- task: CopyFiles@2
displayName: Copy generic build packages
displayName: Copy Skia build packages
condition: always()
inputs:
SourceFolder: $(Agent.WorkFolder)/NugetPackages-Artifacts/vslatest-skia
Expand All @@ -113,7 +113,7 @@ jobs:
flattenFolders: false

- task: CopyFiles@2
displayName: Copy generic build packages
displayName: Copy Wasm build packages
condition: always()
inputs:
SourceFolder: $(Agent.WorkFolder)/NugetPackages-Artifacts/vslatest-wasm
Expand Down

0 comments on commit fc93a33

Please sign in to comment.