Skip to content

Commit

Permalink
Azure/rest-api-specs-scripts with new di (#5701)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-shandar authored Apr 18, 2019
1 parent e48187f commit eecb26c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion preproduction-azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Azure OpenAPI"
name: "Preproduction CI for Azure Rest API speciications"

trigger: none

Expand Down Expand Up @@ -30,6 +30,7 @@ jobs:
displayName: 'npm install'
inputs:
verbose: false
- script: 'npm install -D Azure/rest-api-specs-scripts#sergey/diff'
- script: 'npm test -- test/syntax.js'
displayName: 'Syntax validation'

Expand All @@ -41,6 +42,7 @@ jobs:
displayName: 'npm install'
inputs:
verbose: false
- script: 'npm install -D Azure/rest-api-specs-scripts#sergey/diff'
- script: 'npm run tsc && node scripts/semanticValidation.js'
displayName: 'Semantic Validation'

Expand All @@ -52,6 +54,7 @@ jobs:
displayName: 'npm install'
inputs:
verbose: false
- script: 'npm install -D Azure/rest-api-specs-scripts#sergey/diff'
- script: 'npm run tsc && node scripts/modelValidation.js'
displayName: 'Model Validation'

Expand All @@ -78,6 +81,7 @@ jobs:
displayName: 'npm install'
inputs:
verbose: false
- script: 'npm install -D Azure/rest-api-specs-scripts#sergey/diff'
- script: 'npm run tsc && node scripts/breaking-change.js'
displayName: 'Breaking Changes'

Expand All @@ -94,6 +98,7 @@ jobs:
verbose: false
- script: 'scripts/install-dotnet.sh'
displayName: 'install .Net'
- script: 'npm install -D Azure/rest-api-specs-scripts#sergey/diff'
- script: 'npm run tsc && node scripts/momentOfTruth.js && node scripts/momentOfTruthPostProcessing.js'
displayName: 'LintDiff'

Expand Down

0 comments on commit eecb26c

Please sign in to comment.