Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from tomaustin700/Fix4
Browse files Browse the repository at this point in the history
Fix4
  • Loading branch information
tomaustin700 authored Oct 6, 2020
2 parents ec4d3b7 + 68f3e23 commit 30e1f6c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,17 @@ None

## Releases

### 1.5.2
Fixed issue with missing packages causing command not to work

### 1.5.0
Added the following vscode settings, these allow validation to be ran against a user defined pipeline. This should enable validation of pipelines with variable groups or 3rd party (PAT that has 'Read & Execute' Build permissions).

```
yamlpipelinesvalidator.builddefinitionid
yamlpipelinesvalidator.pat
yamlpipelinesvalidator.projecturl
```

### 1.1.1

Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"bugs": {
"url": "https://github.com/tomaustin700/YAML-Pipeline-Validator-VS-Code-Extension/issues"
},
"version": "1.5.0",
"version": "1.5.2",
"engines": {
"vscode": "^1.48.0"
},
Expand Down Expand Up @@ -100,6 +100,6 @@
"vscode-test": "^1.4.0"
},
"dependencies": {
"got": "^11.5.2"
"got": "^11.7.0"
}
}

0 comments on commit 30e1f6c

Please sign in to comment.