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 99ebd29 commit 224b445Copy full SHA for 224b445
extension/Extension.proj
@@ -28,7 +28,7 @@
28
<MakeDir Directories="$(ArtifactsPackagesDir)\vscode" />
29
30
<!-- Package extension -->
31
- <Exec Command="vsce package --pre-release --out $(ArtifactsPackagesDir)\vscode\aspire-vscode-$(_ExtractedVersion).vsix"
+ <Exec Command="vsce package --out $(ArtifactsPackagesDir)\vscode\aspire-vscode-$(_ExtractedVersion).vsix"
32
IgnoreStandardErrorWarningFormat="true"
33
WorkingDirectory="$(ExtensionSrcDir)" />
34
</Target>
0 commit comments