diff --git a/scripts/nightly.yaml b/scripts/nightly.yaml index 12bd7247d..606e16be7 100644 --- a/scripts/nightly.yaml +++ b/scripts/nightly.yaml @@ -149,7 +149,6 @@ jobs: - Mac - Ubuntu - Windows - - NuGet steps: - task: DownloadPipelineArtifact@0 inputs: @@ -163,10 +162,10 @@ jobs: inputs: artifactName: 'Ubuntu' targetPath: tmp - - task: DownloadPipelineArtifact@0 - inputs: - artifactName: 'NuGet' - targetPath: tmp +# - task: DownloadPipelineArtifact@0 +# inputs: +# artifactName: 'NuGet' +# targetPath: tmp - task: GitHubRelease@0 inputs: gitHubConnection: Z3GitHub