From 74ddd2313c301cdd3292878c3babb8409587db2b Mon Sep 17 00:00:00 2001 From: iamcjbrown <47147401+iamcjbrown@users.noreply.github.com> Date: Thu, 16 Apr 2020 12:18:30 +0100 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 b4b05aab..db6e6819 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,6 +28,12 @@ steps: platform: '$(BuildPlatform)' configuration: '$(BuildConfiguration)' +- task: NuGetCommand@2 + inputs: + command: 'pack' + packagesToPack: 'ExtendedWPFToolkitSolution/*.nuspec' + versioningScheme: 'off' + - task: PublishBuildArtifacts@1 inputs: PathtoPublish: '$(Build.ArtifactStagingDirectory)'