Skip to content
12 changes: 6 additions & 6 deletions preproduction-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
displayName: 'npm install'
inputs:
verbose: false
- script: 'npm install -D @azure/[email protected].13'
- script: 'npm install -D @azure/[email protected].21 @azure/[email protected]'
- script: 'npm test -- test/syntax.js'
displayName: 'Syntax validation'

Expand All @@ -42,7 +42,7 @@ jobs:
displayName: 'npm install'
inputs:
verbose: false
- script: 'npm install -D @azure/[email protected].13'
- script: 'npm install -D @azure/[email protected].21 @azure/[email protected]'
- script: 'npm run tsc && node scripts/semanticValidation.js'
displayName: 'Semantic Validation'

Expand All @@ -54,7 +54,7 @@ jobs:
displayName: 'npm install'
inputs:
verbose: false
- script: 'npm install -D @azure/[email protected].13'
- script: 'npm install -D @azure/[email protected].21 @azure/[email protected]'
- script: 'npm run tsc && node scripts/modelValidation.js'
displayName: 'Model Validation'

Expand All @@ -75,12 +75,12 @@ jobs:
vmImage: 'Ubuntu 16.04'
steps:
- script: 'scripts/install-dotnet.sh'
displayName: 'Insall .Net'
displayName: 'Install .Net'
- task: Npm@1
displayName: 'npm install'
inputs:
verbose: false
- script: 'npm install -D @azure/[email protected].13'
- script: 'npm install -D @azure/[email protected].21 @azure/[email protected]'
- script: 'npm run tsc && node scripts/breaking-change.js'
displayName: 'Breaking Changes'

Expand All @@ -96,7 +96,7 @@ jobs:
verbose: false
- script: 'scripts/install-dotnet.sh'
displayName: 'install .Net'
- script: 'npm install -D @azure/[email protected].13'
- script: 'npm install -D @azure/[email protected].21 @azure/[email protected]'
- script: 'npm run tsc && node scripts/momentOfTruth.js && node scripts/momentOfTruthPostProcessing.js'
displayName: 'LintDiff'

Expand Down