Commit 2d32c94
authored
Release 0.9.4 (#51)
Bumps `VersionPrefix` to 0.9.4 so the Store stage added in #50 has a
version to submit.
Two constraints make a bump the only way to exercise it. The Release
stage refuses to
reuse an existing tag, by design, so 0.9.3 could not be released a
second time to carry
the test. And the Store rejects an identity version it has already
published.
0.9.2 finished publishing and is live in the Store, which clears the
precondition the
stage depends on: `msstore publish` clones the last published
submission, and until now
there was not one.
## What happens when this merges
The Azure pipeline builds and signs, and publishes `0.9.4-dev.N` to the
pre-release
channel. Approving the Release stage then publishes the `v0.9.4` release
and runs the
**Store** stage for the first time, which submits that run's MSIX.
What to watch on that run is in TODO.md: the MSIX must come out of
`drop-x64-true`, and
a submission pending in Partner Center would make the stage fail by
design. Neither
affects the download — the GitHub release is already published by the
time the Store
stage starts.
## Verified locally
`dotnet build Whiteboard.sln -c Release` clean, no warnings; Core smoke
tests pass.1 parent e4ca1cd commit 2d32c94
3 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
305 | | - | |
| 304 | + | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
0 commit comments