From 9a7913f89dce461fdcd99a63b885a8ed18a89a24 Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Sun, 26 Jun 2022 16:53:26 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1f85b47..cd2f009 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -62,3 +62,9 @@ steps: commands: 'sudo systemctl restart kestrel-gameboard.shogiui.sockets.service' readyTimeout: '20000' +- task: NuGetCommand@2 + inputs: + command: 'push' + packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg' + nuGetFeedType: 'internal' + publishVstsFeed: '5622b603-b328-44aa-a6e8-8ca56ff54f88/22948853-baa7-4774-b19d-3aed351711c7' \ No newline at end of file