Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
First release.
  • Loading branch information
tiago18c committed Jun 6, 2021
1 parent 4653829 commit 0ba9cb5
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,14 @@ jobs:
artifactName: 'NuGet packages'
targetPath: 'artifacts/packages'

- task: NuGetCommand@2
displayName: 'Publishing to NuGet'
inputs:
command: 'push'
packagesToPush: 'artifacts/packages/*.nupkg'
nuGetFeedType: 'external'
publishFeedCredentials: 'blockmountain nuget'

- task: GithubRelease@0
displayName: 'Create GitHub Release'
condition: eq(variables.isMaster, true)
inputs:
gitHubConnection: 'bmresearch_tiago'
repositoryName: bmresearch/Solnet
tagSource: manual
tag: $(Build.BuildNumber)
tag: $(Build.SourceVersionMessage)
assets: 'artifacts/packages/*.nupkg'
changeLogCompareToRelease: 'lastFullRelease'
changeLogType: 'commitBased'

changeLogType: 'commitBased'

0 comments on commit 0ba9cb5

Please sign in to comment.