This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Commit 777898a
Always build the right version of the VSIX
Previously, building a different version on every commit could
cause VS to sometimes fail to deploy. However, building always
the same version # makes it imposible to install the VSIX manually
since you must manually uninstall (and close/reopen VS) before
installing, since Willow won't allow this and there's no easy way
to force it to do so.
So this makes the dev process more straightforward.1 parent ce594b7 commit 777898a
1 file changed
Lines changed: 1 addition & 2 deletions
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
0 commit comments