From: nhmall Date: Fri, 17 Jun 2022 13:25:43 +0000 (-0400) Subject: pipelines fix 01 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f797b1c20554798de57cf5e189334358856a98c;p=nethack pipelines fix 01 --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a11fe271a..6edd041cd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: