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 74aa385 commit c6e6355Copy full SHA for c6e6355
Build/package/jobs_package_vsix.yml
@@ -44,7 +44,7 @@ jobs:
44
displayName: Run VSCE to package vsix
45
inputs:
46
filename: vsce
47
- arguments: package --yarn -o $(Build.ArtifactStagingDirectory)\vsix\${{ parameters.vsixName }}
+ arguments: package -o $(Build.ArtifactStagingDirectory)\vsix\${{ parameters.vsixName }}
48
workingFolder: $(Build.SourcesDirectory)\${{ parameters.srcDir }}
49
50
- task: Npm@0
0 commit comments