Commit ac75866
authored
Release 0.9.5 (#54)
Bumps `VersionPrefix` so the Store stage can be exercised with the
upload timeout fix
from #52.
A pipeline run uses the YAML on `main` as of that run, so #52 could not
be applied to
0.9.4 after the fact, and the Release stage refuses to reuse an existing
tag — which is
what the failed run after #52 merged was showing.
## No product change
Everything on `main` since `v0.9.4` is pipeline and documentation. The
binaries are
identical to 0.9.4; this release exists to put a version through the
Store stage.
## What the run should show
Two paths get their first real test, in this order:
1. **Clearing the abandoned submission.** The failed 0.9.4 attempt left
one in
`PendingCommit`. The stage deletes exactly that state and continues; any
other status
still fails untouched.
2. **The upload.** With `--uploadTimeout` set, the blob client no longer
gets a zero
network timeout. Publish runs verbose, so a failure reports its own
exception instead
of one swallowed line.
If it fails anyway, the GitHub release is already published by then and
every download is
unaffected — the stage runs after Release for exactly that reason.
## Verified locally
`dotnet build Whiteboard.sln -c Release` clean, no warnings; Core smoke
tests pass.1 parent bb154f8 commit ac75866
3 files changed
Lines changed: 12 additions & 9 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 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| 61 | + | |
| 62 | + | |
64 | 63 | | |
65 | | - | |
66 | | - | |
67 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| |||
0 commit comments