From: nhmall Date: Fri, 17 Jun 2022 13:41:30 +0000 (-0400) Subject: pipelines fix 03 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15217ca4dd53e43222a9163c9500a2e61bfa5737;p=nethack pipelines fix 03 --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c3a4f24ef..ddacef07d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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