From 7f797b1c20554798de57cf5e189334358856a98c Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 17 Jun 2022 09:25:43 -0400 Subject: [PATCH] pipelines fix 01 --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: -- 2.50.1