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 fb9fc16 commit de66bbbCopy full SHA for de66bbb
.azure-pipelines/generation-templates/capture-openapi.yml
@@ -83,7 +83,7 @@ jobs:
83
inputs:
84
sourceFolder: ${{ parameters.outputPath }}
85
contents: '**/$(Name).yaml'
86
- targetFolder: '$(Build.ArtifactStagingDirectory)'
+ targetFolder: '$(Build.ArtifactStagingDirectory)/$(Name)'
87
displayName: Copy generated metadata
88
- pwsh: |
89
./scripts/run-openapi-validation.ps1 -repoDirectory (Get-Location).Path -version "${{ parameters.endpoint }}" -platformName "$(Name)"
0 commit comments