Skip to content

Commit c6bcfcd

Browse files
committed
Publish netcore alpah version to FlexGet
1 parent a2c02d2 commit c6bcfcd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ trigger:
33
include:
44
- master
55
- develop
6+
- feature/netcore
67
paths:
78
exclude:
89
- README.md
@@ -181,3 +182,11 @@ jobs:
181182
publishFeedCredentials: 'MyGetDev'
182183
versioningScheme: byEnvVar
183184
versionEnvVar: packageversion
185+
- task: NuGetCommand@2
186+
name: 'MyGetPublishing_FlexGet'
187+
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/feature/netcore'))
188+
inputs:
189+
command: 'push'
190+
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
191+
nuGetFeedType: 'internal'
192+
publishVstsFeed: '2591d379-784d-4b57-88f5-a932c93cbffd'

0 commit comments

Comments
 (0)