mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
remove project from public/org level feed
This commit is contained in:
parent
b8c61ca278
commit
bb4a2b97b6
|
@ -474,8 +474,6 @@ stages:
|
||||||
steps:
|
steps:
|
||||||
- task: NuGetAuthenticate@0
|
- task: NuGetAuthenticate@0
|
||||||
displayName: 'NuGet Authenticate'
|
displayName: 'NuGet Authenticate'
|
||||||
inputs:
|
|
||||||
nuGetServiceConnections: Z3NightlyNuget
|
|
||||||
- task: NuGetToolInstaller@0
|
- task: NuGetToolInstaller@0
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: 5.x
|
versionSpec: 5.x
|
||||||
|
@ -494,14 +492,14 @@ stages:
|
||||||
displayName: 'NuGet Nightly x64 push'
|
displayName: 'NuGet Nightly x64 push'
|
||||||
inputs:
|
inputs:
|
||||||
command: push
|
command: push
|
||||||
publishVstsFeed: 'Z3 Public Nuget/Z3-Public-Nightly'
|
publishVstsFeed: 'Z3-Public-Nightly'
|
||||||
packagesToPush: $(Agent.TempDirectory)/x64/*.nupkg
|
packagesToPush: $(Agent.TempDirectory)/x64/*.nupkg
|
||||||
allowPackageConflicts: true
|
allowPackageConflicts: true
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
displayName: 'NuGet Nightly x86 push'
|
displayName: 'NuGet Nightly x86 push'
|
||||||
inputs:
|
inputs:
|
||||||
command: push
|
command: push
|
||||||
publishVstsFeed: 'Z3 Public Nuget/Z3-Public-Nightly'
|
publishVstsFeed: 'Z3-Public-Nightly'
|
||||||
packagesToPush: $(Agent.TempDirectory)/x86/*.nupkg
|
packagesToPush: $(Agent.TempDirectory)/x86/*.nupkg
|
||||||
allowPackageConflicts: true
|
allowPackageConflicts: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue