We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11bbc2b commit 4a361fcCopy full SHA for 4a361fc
eng/pipelines/typespec-validation-ci.yml eng/tools/typespec-validation/ci.ymleng/pipelines/typespec-validation-ci.yml renamed to eng/tools/typespec-validation/ci.yml
@@ -14,10 +14,10 @@ pr:
14
- package-lock.json
15
- package.json
16
- tsconfig.json
17
- - eng/tools/TypeSpecValidation
+ - eng/tools/typespec-validation
18
19
jobs:
20
-- job: Test_TypeSpec_Validation
+- job: Test
21
22
strategy:
23
matrix:
@@ -36,5 +36,5 @@ jobs:
36
- template: /eng/pipelines/templates/steps/npm-install.yml
37
38
- script: npm test
39
- displayName: Test TypeSpecValidation Tool
40
- workingDirectory: $(Build.SourcesDirectory)/eng/tools/TypeSpecValidation
+ displayName: npm test
+ workingDirectory: $(Build.SourcesDirectory)/eng/tools/typespec-validation
0 commit comments