]> granicus.if.org Git - nethack/commitdiff
pipelines fix 02
authornhmall <nhmall@nethack.org>
Fri, 17 Jun 2022 13:30:24 +0000 (09:30 -0400)
committernhmall <nhmall@nethack.org>
Fri, 17 Jun 2022 13:30:24 +0000 (09:30 -0400)
azure-pipelines.yml

index 6edd041cd658a5dce561c811829ebb54e9152349..c3a4f24ef452e5b461836e222037cb5cd3e933a3 100644 (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