Commit 96300be
authored
Fix vsix vs15 build error (#1413)
* Fix Rezip Error on VS2017
**Bug**
In vs2017 using our build scripts against the newest VSsdk, the rezip of the vsix fails because the required `SourceManifest` file is not found.
**Fix**
Add this param.
* Add empty itemstoconsider for rezip1 parent 618c749 commit 96300be
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
| 223 | + | |
223 | 224 | | |
224 | | - | |
| 225 | + | |
| 226 | + | |
225 | 227 | | |
226 | 228 | | |
227 | 229 | | |
| |||
0 commit comments