pipelines fix 02

This commit is contained in:
nhmall
2022-06-17 09:30:24 -04:00
parent 7f797b1c20
commit 45e95fd3ce

View File

@@ -129,11 +129,16 @@ steps:
command: 'restore'
restoreSolution: '$(Agent.BuildDirectory)/$(netHackPath)/sys/windows/vs/NetHack.sln'
feedsToUse: 'select'
- task: DotNetCoreCLI@2
displayName: 'Push'
inputs:
command: 'push'
packagesToPush:'$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
nuGetFeedType: 'internal'
feedsToUse: 'select'
vstsFeed: 'your feed'
publishVstsFeed: 'your feed'
allowPackageConflicts: true
- task: MSBuild@1