From 626d9fc4f0d2c49692dc7ec2362989adff5448cb Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Sun, 26 Jun 2022 18:05:48 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1906d22..0a3fd29 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -50,9 +50,8 @@ steps: inputs: command: 'publish' publishWebProjects: false - projects: '**/*.csproj ' + projects: '**/*.csproj' zipAfterPublish: false - versioningScheme: byBuildNumber - task: FileTransform@1 inputs: @@ -84,10 +83,11 @@ steps: packagesToPack: '**/*.ServiceModels/*.csproj' versioningScheme: 'byBuildNumber' + - task: NuGetCommand@2 displayName: 'Push Nuget to Feed' inputs: command: 'push' - packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg' + packagesToPush: '$(Build.DefaultWorkingDirectory)/**/*.nupkg;!$(Build.DefaultWorkingDirectory)/**/*.symbols.nupkg' nuGetFeedType: 'internal' publishVstsFeed: '5622b603-b328-44aa-a6e8-8ca56ff54f88/22948853-baa7-4774-b19d-3aed351711c7' \ No newline at end of file