Skip to content

Commit

Permalink
Adopted to Azure DevOps settings
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Mar 29, 2019
1 parent e1dc0de commit 7c99fa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nightwatch-nunit3-reporter

[![Build Status](https://dev.azure.com/FlorianRappl/nightwatch-nunit3-reporter/_apis/build/status/nightwatch-nunit3-reporter-CI?branchName=master)](https://dev.azure.com/FlorianRappl/nightwatch-nunit3-reporter/_build/latest?definitionId=4?branchName=master)
[![Build Status](https://florianrappl.visualstudio.com/nightwatch-nunit3-reporter/_apis/build/status/nightwatch-nunit3-reporter-CI?branchName=master)](https://florianrappl.visualstudio.com/nightwatch-nunit3-reporter/_build/latest?definitionId=9&branchName=master)
[![npm Version](https://img.shields.io/npm/v/nightwatch-nunit3-reporter.svg)](https://www.npmjs.com/package/nightwatch-nunit3-reporter)
[![GitHub Tag](https://img.shields.io/github/tag/FlorianRappl/nightwatch-nunit3-reporter.svg)](https://github.com/FlorianRappl/nightwatch-nunit3-reporter/releases)
[![GitHub Issues](https://img.shields.io/github/issues/FlorianRappl/nightwatch-nunit3-reporter.svg)](https://github.com/FlorianRappl/nightwatch-nunit3-reporter/issues)
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ steps:
- task: Npm@1
inputs:
command: publish
publishEndpoint: 'npm_registry'
publishEndpoint: 'NPM Connection 1'
displayName: 'Publish package'
condition: and(succeeded(), in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/develop'))

- task: GithubRelease@0
inputs:
gitHubConnection: 'github'
gitHubConnection: 'GitHub connection 1'
repositoryName: '$(Build.Repository.Name)'
action: 'create'
target: '$(Build.SourceVersion)'
Expand Down

0 comments on commit 7c99fa6

Please sign in to comment.