Skip to content

Commit

Permalink
Work CD-CI
Browse files Browse the repository at this point in the history
- Update development branch to to "develop" (to follow the rest of the repos structure and allow reusing build tools and scripts).
- Add error condition to publish to Azure Artifacts step.

Signed-off-by: José Simões <[email protected]>
  • Loading branch information
josesimoes committed Sep 11, 2019
1 parent 697018a commit 3698308
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ trigger:
branches:
include:
- master
- nanoframework
- develop
- release-/*
- refs/tags/*
paths:
Expand All @@ -20,7 +20,7 @@ pr:
branches:
include:
- master
- nanoframework
- develop
- release/*
autoCancel: true

Expand Down Expand Up @@ -177,6 +177,7 @@ jobs:
packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg'
publishFeedCredentials: 'AzureArtifacts'
condition: succeeded()
continueOnError: true
displayName: Push NuGet packages to MyGet

# push NuGet class lib package to NuGet (happens on tag builds for any branch)
Expand Down

0 comments on commit 3698308

Please sign in to comment.