Skip to content

Commit

Permalink
Publish netcore alpah version to FlexGet
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLockley committed Dec 8, 2022
1 parent a2c02d2 commit c6bcfcd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ trigger:
include:
- master
- develop
- feature/netcore
paths:
exclude:
- README.md
Expand Down Expand Up @@ -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'

0 comments on commit c6bcfcd

Please sign in to comment.