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

Commit 1c163da

Browse files
authored
Update README.md
No need to mention `IsProductComponent=true` flavor. Tweaked gallery feed wording.
1 parent b5e4cd1 commit 1c163da

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,23 +73,14 @@ build.cmd
7373
install.cmd
7474
```
7575

76-
To build a VSIX that could be deployed via the gallery / Extensions and Updates:
76+
To build a VSIX that can be installed via a gallery feed on Extensions and Updates:
7777
```txt
7878
set Configuration=Release
7979
set IsExperimental=false
8080
build.cmd
8181
install.cmd
8282
```
8383

84-
To build a VSIX that could be deployed via Visual Studio setup:
85-
```txt
86-
set Configuration=Release
87-
set IsExperimental=false
88-
set IsProductComponent=true
89-
build.cmd
90-
install.cmd
91-
```
92-
9384
Note, attempting to install `IsExperimental=false` builds of the VSIX is not recommended.
9485

9586
## More information

0 commit comments

Comments
 (0)