File tree Expand file tree Collapse file tree 1 file changed +1
-38
lines changed Expand file tree Collapse file tree 1 file changed +1
-38
lines changed Original file line number Diff line number Diff line change @@ -478,42 +478,5 @@ stages:
478478 isDraft : false
479479 isPreRelease : true
480480
481- - stage : NugetPublishNightly
482- jobs :
483- # Publish to nightly feed on Azure
484- - job : NuGetPublishNightly
485- displayName : " Push nuget packages to Azure Feed"
486- steps :
487- - task : NuGetAuthenticate@0
488- displayName : ' NuGet Authenticate'
489- - task : NuGetToolInstaller@0
490- inputs :
491- versionSpec : 5.x
492- checkLatest : false
493- - task : DownloadPipelineArtifact@2
494- displayName : ' Download NuGet x86 Package'
495- inputs :
496- artifact : ' NuGet32'
497- path : $(Agent.TempDirectory)/x86
498- - task : DownloadPipelineArtifact@2
499- displayName : ' Download NuGet x64 Package'
500- inputs :
501- artifact : ' NuGet'
502- path : $(Agent.TempDirectory)/x64
503- - task : NuGetCommand@2
504- displayName : ' NuGet Nightly x64 push'
505- inputs :
506- command : push
507- publishVstsFeed : ' Z3Build/Z3-Nightly-Builds'
508- packagesToPush : $(Agent.TempDirectory)/x64/*.nupkg
509- allowPackageConflicts : true
510- - task : NuGetCommand@2
511- displayName : ' NuGet Nightly x86 push'
512- inputs :
513- command : push
514- publishVstsFeed : ' Z3Build/Z3-Nightly-Builds'
515- packagesToPush : $(Agent.TempDirectory)/x86/*.nupkg
516- allowPackageConflicts : true
517-
518-
481+
519482# TBD: run regression tests on generated binaries.
You can’t perform that action at this time.
0 commit comments