Skip to content

Commit

Permalink
Update Avocado to use new diff logic. (#5566)
Browse files Browse the repository at this point in the history
* Avocado from GitHub

* new pipeline

* remove avocado.ts

* DO NOT MERGE

* Update package.json

* Revert "DO NOT MERGE"

This reverts commit 2585315.
  • Loading branch information
sergey-shandar authored Apr 9, 2019
1 parent ed26fe8 commit 3ce916b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 46 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
displayName: 'npm install'
inputs:
verbose: false
- script: './node_modules/.bin/ts-node scripts/avocado.ts'
- script: './node_modules/.bin/avocado'
displayName: 'Avocado'

- job: "BreakingChange"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"description": "Tests for Azure REST API Specifications",
"license": "MIT",
"devDependencies": {
"@azure/avocado": "^0.2.2",
"@azure/avocado": "^0.3.0",
"@azure/oad": "^0.4.3",
"@microsoft.azure/async-io": "^1.0.21",
"@microsoft.azure/literate": "^1.0.21",
Expand Down
44 changes: 0 additions & 44 deletions scripts/avocado.ts

This file was deleted.

0 comments on commit 3ce916b

Please sign in to comment.