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.
2 parents f807a1b + 29a4ab4 commit 9e0c5beCopy full SHA for 9e0c5be
.azure-pipelines/generation-templates/capture-openapi.yml
@@ -22,7 +22,6 @@ jobs:
22
persistCredentials: true
23
24
- template: /.azure-pipelines/generation-templates/checkout-metadata.yml@self
25
-
26
- pwsh: |
27
$dirPath = "./conversion-settings"
28
$endpoint = "${{ parameters.endpoint }}"
@@ -39,10 +38,8 @@ jobs:
39
38
Write-Host "##vso[task.setvariable variable=targets;isOutput=true]$json"
40
name: setTargets
41
workingDirectory: $(Build.SourcesDirectory)/msgraph-metadata
42
43
- script: echo $(setTargets.targets)
44
displayName: "Print settings"
45
46
- job: convert_openapi
47
dependsOn: get_conversion_settings
48
displayName: Convert
0 commit comments