Skip to content

Commit

Permalink
Merge pull request #3 from FlorianRappl/azure-pipelines
Browse files Browse the repository at this point in the history
Update azure-pipelines.yml for Azure Pipelines
  • Loading branch information
FlorianRappl authored Mar 3, 2021
2 parents 43dc534 + 0a75123 commit cd7f0f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# nightwatch-nunit3-reporter Changelog

## 1.2.0

- Updated pipelines

## 1.1.2

- Updated dependencies
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ steps:

- task: GithubRelease@0
inputs:
gitHubConnection: 'GitHub connection 1'
gitHubConnection: 'github.com_FlorianRappl'
repositoryName: '$(Build.Repository.Name)'
action: 'create'
target: '$(Build.SourceVersion)'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightwatch-nunit3-reporter",
"version": "1.1.2",
"version": "1.2.0",
"description": "A simple reporter for Nightwatch.js using the NUnit 3 format.",
"main": "dist",
"typings": "dist",
Expand Down

0 comments on commit cd7f0f5

Please sign in to comment.