Skip to content

Commit

Permalink
Download@v2 to remove the directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgomes28 committed May 10, 2023
1 parent 0c23b9e commit 31f79f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ stages:
jobs:
- job:
container: ubuntu18.04-gcc11-conan2-doxygen1.9.6
displayName: Running CTest On Ubuntu
displayName: Ubuntu Tests
steps:
- template: scripts/pipeline/download_build.yml
parameters:
Expand Down Expand Up @@ -145,13 +145,13 @@ stages:
- job:
pool:
vmImage: windows-2022
displayName: Running CTest On Windows
displayName: Windows Tests
steps:
- checkout: none

- task: DownloadBuildArtifacts@1
- task: DownloadPipelineArtifact@2
inputs:
downloadPath: $(Build.SourcesDirectory)/build
targetPath: $(Build.SourcesDirectory)/build
artifactName: WindowsDebugBuild

- pwsh: |
Expand Down

0 comments on commit 31f79f4

Please sign in to comment.