Skip to content

Commit

Permalink
Revert "Added pipeline to validate spec location" (#28324)
Browse files Browse the repository at this point in the history
Reverts #28303

There is an incorrect assumption at
https://github.com/Azure/azure-sdk-for-js/blob/main/eng/common/scripts/Verify-RestApiSpecLocation.ps1#L235
for the JS repo which doesn't have the package name in the path like
other languages.
  • Loading branch information
weshaggard authored Jan 22, 2024
1 parent 0f51fdb commit fb552f5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions eng/pipelines/templates/stages/archetype-js-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ stages:
PackageName: ${{artifact.name}}
ServiceName: ${{parameters.ServiceDirectory}}
ForRelease: true
- template: /eng/common/pipelines/templates/steps/verify-restapi-spec-location.yml
parameters:
PackageName: ${{artifact.name}}
ServiceDirectory: ${{parameters.ServiceDirectory}}
ArtifactLocation: $(Pipeline.Workspace)/${{parameters.ArtifactName}}
- pwsh: |
Get-ChildItem -Recurse ${{parameters.ArtifactName}}/${{artifact.name}}
workingDirectory: $(Pipeline.Workspace)
Expand Down

0 comments on commit fb552f5

Please sign in to comment.