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 37e4856 commit 703d24cCopy full SHA for 703d24c
.azure-pipelines/ci-build.yml
@@ -19,7 +19,7 @@ pool:
19
variables:
20
buildPlatform: 'Any CPU'
21
buildConfiguration: 'Release'
22
- ProductBinPath: '$(Build.SourcesDirectory)\bin\$(BuildConfiguration)'
+ ProductBinPath: '$(Build.SourcesDirectory)\src\Microsoft.OpenApi\bin\$(BuildConfiguration)'
23
24
25
stages:
0 commit comments