Skip to content

Commit 9cbdd6c

Browse files
committed
Fix working directory.
1 parent 004b783 commit 9cbdd6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/cg/cg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ extends:
104104

105105
- script: yarn run vsix-prepublish
106106
displayName: Build files
107-
workingDirectory: $(Build.ArtifactStagingDirectory)\Extension
107+
workingDirectory: $(Build.SourcesDirectory)\Extension
108108

109109
- task: CmdLine@1
110110
name: ProcessRunner_12

0 commit comments

Comments
 (0)