Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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