File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
eng/pipelines/templates/stages Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ stages:
48
48
ServiceName : ${{parameters.ServiceDirectory}}
49
49
ForRelease : true
50
50
51
- - template : /eng/common/pipelines/templates/steps/verify-restapi-spec-location.yml
52
- parameters :
53
- PackageName : ${{artifact.name}}
54
- ServiceDirectory : ${{parameters.ServiceDirectory}}
55
- ArtifactLocation : $(Pipeline.Workspace)/${{parameters.ArtifactName}}
51
+ # - template: /eng/common/pipelines/templates/steps/verify-restapi-spec-location.yml
52
+ # parameters:
53
+ # PackageName: ${{artifact.name}}
54
+ # ServiceDirectory: ${{parameters.ServiceDirectory}}
55
+ # ArtifactLocation: $(Pipeline.Workspace)/${{parameters.ArtifactName}}
56
56
57
57
- script : |
58
58
python -m pip install "./tools/azure-sdk-tools"
You can’t perform that action at this time.
0 commit comments