There was an error while loading. Please reload this page.
1 parent 53cb026 commit 649e6c7Copy full SHA for 649e6c7
1 file changed
common/config/azure-pipelines/vscode-extension-publish.yaml
@@ -48,7 +48,7 @@ extends:
48
- ${{ each extension in parameters.ExtensionPublishConfig }}:
49
- output: pipelineArtifact
50
artifactName: ${{ extension.key }}
51
- targetPath: ${{ extension.projectPath }}/${{ extension.vsixPath }}
+ targetPath: ${{ extension.projectPath }}/${{ extension.projectRelativeAssetsDir }}/${{ extension.vsixPath }}
52
displayName: 'Publish Artifact: ${{ extension.key }}'
53
54
steps:
0 commit comments