From c6bcfcd7a2f75e17d9db228d8c9f6f8d7d98cb1a Mon Sep 17 00:00:00 2001 From: Steve Lockley Date: Thu, 8 Dec 2022 17:03:10 +0000 Subject: [PATCH] Publish netcore alpah version to FlexGet --- azure-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b5665bf97..593b3f869 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,6 +3,7 @@ trigger: include: - master - develop + - feature/netcore paths: exclude: - README.md @@ -181,3 +182,11 @@ jobs: publishFeedCredentials: 'MyGetDev' versioningScheme: byEnvVar versionEnvVar: packageversion + - task: NuGetCommand@2 + name: 'MyGetPublishing_FlexGet' + condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/feature/netcore')) + inputs: + command: 'push' + packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg' + nuGetFeedType: 'internal' + publishVstsFeed: '2591d379-784d-4b57-88f5-a932c93cbffd'