Skip to content

Commit

Permalink
modelValidation2 and semanticValidation2 (Azure#5765)
Browse files Browse the repository at this point in the history
* modelValidation2 and semanticValidation2

* modelvalidation2

* rename
  • Loading branch information
sergey-shandar authored Apr 25, 2019
1 parent 9b87178 commit c8fec4b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions preproduction-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
7 changes: 7 additions & 0 deletions scripts/modelValidation2.js

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

7 changes: 7 additions & 0 deletions scripts/semanticValidation2.js

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

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
/* Basic Options */
"target": "esnext", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
"target": "es2019", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
// "lib": [], /* Specify library files to be included in the compilation. */
// "allowJs": true, /* Allow javascript files to be compiled. */
Expand Down

0 comments on commit c8fec4b

Please sign in to comment.