Commit 24176f0
Fix submission update docs for MS Store Dev CLI, add missing MSIX command (fixes #5294) (#6676)
* Fix submission update docs and add missing MSIX command (#5294)
commands-exe.md: Add a TIP to the 'submission update' section explaining
the get-then-update workflow. Developers were passing incomplete or
incorrectly structured JSON because the docs gave no example. Added a
PowerShell example that mirrors the pattern shown in github-actions.md.
commands.md (MSIX): Add the missing 'submission update' command entry.
It was listed in overview.md but completely absent from the commands
table and body — a clear gap that would leave MSIX CLI users stuck.
Fixes: MicrosoftDocs/windows-dev-docs-pr#5294
Co-authored-by: Copilot <[email protected]>
* Fix Out-File encoding: add -Encoding utf8 to PowerShell examples
Windows PowerShell defaults to UTF-16 for Out-File, which can cause
interoperability issues when the JSON is processed by other tools.
Explicit -Encoding utf8 ensures the saved file is UTF-8 compatible.
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: Copilot <[email protected]>1 parent b953177 commit 24176f0
2 files changed
Lines changed: 54 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
278 | 294 | | |
279 | 295 | | |
280 | 296 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
| |||
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
294 | 332 | | |
295 | 333 | | |
296 | 334 | | |
| |||
0 commit comments