-
Notifications
You must be signed in to change notification settings - Fork 520
Commit d787187
committed
Fix OneBranch pipeline
I mindlessly copied the old pipeline's logic and had it building from
the Git repository. However, weirdly the NuGet authentication stopped
working, and it was a better fix to test against the same artifact
that we're going to release.
We also have to release from the `main` branch due to _reasons_,
and this was actually fortunate as I noticed I'd made a mistake with the
VSIX artifact names (they're not prefixed with `vscode-`).1 parent ea8d715 commit d787187
File tree
2 files changed
+29
-14
lines changed- .pipelines
- docs
2 files changed
+29
-14
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 | - | ||
31 | - | ||
32 | - | ||
33 | - | ||
34 | 30 |
| |
35 | 31 |
| |
36 | 32 |
| |
37 | 33 |
| |
38 | 34 |
| |
39 | - | ||
35 | + | ||
40 | 36 |
| |
41 | 37 |
| |
42 | 38 |
| |
| |||
126 | 122 |
| |
127 | 123 |
| |
128 | 124 |
| |
129 | - | ||
130 | - | ||
131 | 125 |
| |
132 | 126 |
| |
133 | 127 |
| |
134 | 128 |
| |
135 | 129 |
| |
136 | 130 |
| |
137 | 131 |
| |
138 | - | ||
132 | + | ||
139 | 133 |
| |
140 | 134 |
| |
141 | 135 |
| |
| |||
145 | 139 |
| |
146 | 140 |
| |
147 | 141 |
| |
148 | - | ||
142 | + | ||
143 | + | ||
144 | + | ||
145 | + | ||
146 | + | ||
147 | + | ||
148 | + | ||
149 | + | ||
150 | + | ||
151 | + | ||
152 | + | ||
153 | + | ||
154 | + | ||
155 | + | ||
156 | + | ||
149 | 157 |
| |
150 | 158 |
| |
151 | - | ||
152 | 159 |
| |
153 | 160 |
| |
154 | 161 |
| |
| |||
171 | 178 |
| |
172 | 179 |
| |
173 | 180 |
| |
174 | - | ||
181 | + | ||
175 | 182 |
| |
176 | 183 |
| |
177 | 184 |
| |
| |||
214 | 221 |
| |
215 | 222 |
| |
216 | 223 |
| |
217 | - | ||
224 | + | ||
218 | 225 |
| |
219 | 226 |
| |
220 | 227 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 | - | ||
55 | + | ||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 | + | ||
62 | + | ||
61 | 63 |
| |
62 | 64 |
| |
63 | 65 |
| |
64 | 66 |
| |
67 | + | ||
68 | + | ||
65 | 69 |
| |
66 | 70 |
| |
67 | 71 |
| |
68 | - | ||
72 | + | ||
69 | 73 |
| |
70 | 74 |
| |
71 | 75 |
| |
| |||
74 | 78 |
| |
75 | 79 |
| |
76 | 80 |
| |
81 | + | ||
82 | + | ||
83 | + | ||
84 | + | ||
77 | 85 |
| |
78 | 86 |
| |
79 | 87 |
| |
|
0 commit comments