add parsers

This commit is contained in:
Maxim Lobanov
2020-12-09 11:06:04 +03:00
parent 4b0fa42d99
commit be051a1f12
8 changed files with 173 additions and 67 deletions

View File

@@ -6,10 +6,7 @@ steps:
targetType: filePath
filePath: './get-new-tool-versions/get-new-tool-versions.ps1'
arguments: |
-DistURL "$(DIST_URL)" `
-ManifestLink "$(MANIFEST_URL)" `
-VersionFilterToInclude $(INCLUDE_FILTER) `
-VersionFilterToExclude $(EXCLUDE_FILTER)
-ToolName "$(TOOL_NAME)"
- task: PowerShell@2
displayName: 'Cancel build'