Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit b5e4cd1

Browse files
authored
Update README.md
Should have been `IsProductComponent=true`! Specify using `cmd.exe`.
1 parent 2d00299 commit b5e4cd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ Note, the script will only install in one instance of Visual Studio 2017 (Enterp
5858

5959
By default, building will create a VSIX with `Experimental="true"` and `AllUsers="false"` in its `extension.vsixmanifest`. These settings are necessary in order to easily install a standalone VSIX file. There is no need to uninstall the version previously installed via Visual Studio setup / Extensions and Updates.
6060

61+
The following can be executed via `cmd.exe`.
62+
6163
To build and install a `Debug` configuration VSIX:
6264
```txt
6365
build.cmd
@@ -83,7 +85,7 @@ To build a VSIX that could be deployed via Visual Studio setup:
8385
```txt
8486
set Configuration=Release
8587
set IsExperimental=false
86-
set IsProductComponent=false
88+
set IsProductComponent=true
8789
build.cmd
8890
install.cmd
8991
```

0 commit comments

Comments
 (0)