We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c3d8e commit fc68b92Copy full SHA for fc68b92
1 file changed
.azure-pipelines/openxr-sdk-source.yml
@@ -26,7 +26,7 @@ stages:
26
- script: make loader
27
workingDirectory: specification
28
displayName: Build loader document
29
- - publish: $(System.DefaultWorkingDirectory)/specification/out/1.0/loader.html
+ - publish: $(System.DefaultWorkingDirectory)/specification/generated/out/1.0/loader.html
30
artifact: LoaderDoc
31
32
- stage: Generate
0 commit comments