forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modelValidation2 and semanticValidation2 (Azure#5765)
* modelValidation2 and semanticValidation2 * modelvalidation2 * rename
- Loading branch information
1 parent
9b87178
commit c8fec4b
Showing
4 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ jobs: | |
inputs: | ||
verbose: false | ||
- script: 'npm install -D @azure/[email protected]' | ||
- script: 'npm run tsc && node scripts/semanticValidation.js' | ||
- script: 'npm run tsc && node scripts/semanticValidation2.js' | ||
displayName: 'Semantic Validation' | ||
|
||
- job: "ModelValidation" | ||
|
@@ -63,7 +63,7 @@ jobs: | |
inputs: | ||
verbose: false | ||
- script: 'npm install -D @azure/[email protected]' | ||
- script: 'npm run tsc && node scripts/modelValidation.js' | ||
- script: 'npm run tsc && node scripts/modelValidation2.js' | ||
displayName: 'Model Validation' | ||
|
||
- job: "Avocado" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters