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

index c3a4f24ef452e5b461836e222037cb5cd3e933a3..ddacef07d8b320499dd7e42e342e3c9dfe88dae6 100644 (file)
@@ -124,23 +124,6 @@ steps:
   condition: eq( variables.toolchain, 'vs' )
   displayName: 'Copying store key'
 
-- task: NuGetCommand@2
-  inputs:
-    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
   inputs:
     solution: $(Agent.BuildDirectory)/$(netHackPath)/sys/windows/vs/NetHack.sln