diff --git a/scripts/nightly.yaml b/scripts/nightly.yaml index 6b085d95e..6d524aca4 100644 --- a/scripts/nightly.yaml +++ b/scripts/nightly.yaml @@ -130,6 +130,10 @@ jobs: inputs: artifactName: 'Manylinux' targetPath: $(Agent.TempDirectory) + - task: DownloadPipelineArtifact@0 + inputs: + artifactName: 'Mac' + targetPath: $(Agent.TempDirectory) - script: cd $(Agent.TempDirectory); mkdir osx-bin; cd osx-bin; unzip ../*osx*.zip - script: cd $(Agent.TempDirectory); mkdir linux-bin; cd linux-bin; unzip ../*centos*.zip - script: cd $(Agent.TempDirectory); mkdir win32-bin; cd win32-bin; unzip ../*x86-win*.zip