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