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

index a11fe271a95afa6cd3538968c41339f217e62c67..6edd041cd658a5dce561c811829ebb54e9152349 100644 (file)
@@ -129,6 +129,12 @@ 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'
+    allowPackageConflicts: true
 
 - task: MSBuild@1
   inputs: