Skip to content

Commit 7b8482a

Browse files
Remove NugetPublishNightly stage from nightly.yaml (#7787)
* Initial plan * Remove NugetPublishNightly stage from nightly.yaml Co-authored-by: NikolajBjorner <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: NikolajBjorner <[email protected]>
1 parent a467d8c commit 7b8482a

File tree

1 file changed

+1
-38
lines changed

1 file changed

+1
-38
lines changed

scripts/nightly.yaml

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)