Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find AutoRest #5728

Merged
merged 14 commits into from
Apr 23, 2019
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/rest-api-specs-scripts@0.2.13'
- script: 'npm install -D @azure/rest-api-specs-scripts@0.2.21 @azure/oad@0.6.3'
- 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/rest-api-specs-scripts@0.2.13'
- script: 'npm install -D @azure/rest-api-specs-scripts@0.2.21 @azure/oad@0.6.3'
- 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/rest-api-specs-scripts@0.2.13'
- script: 'npm install -D @azure/rest-api-specs-scripts@0.2.21 @azure/oad@0.6.3'
- 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/rest-api-specs-scripts@0.2.13'
- script: 'npm install -D @azure/rest-api-specs-scripts@0.2.21 @azure/oad@0.6.3'
- 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/rest-api-specs-scripts@0.2.13'
- script: 'npm install -D @azure/rest-api-specs-scripts@0.2.21 @azure/oad@0.6.3'
- script: 'npm run tsc && node scripts/momentOfTruth.js && node scripts/momentOfTruthPostProcessing.js'
displayName: 'LintDiff'

Expand Down