Commit 2ed931d
CI: Fix helix test results reporting (#74788)
* CI: Fix helix test results reporting
PR #73060 broke uploading of helix test results. This was caused by the
change:
```xml
<HelixPostCommands>@(HelixPostCommand)</HelixPostCommands>
```
This is overwriting the existing value of `$(HelixPostCommands)`, which
gets set to have the upload script invocation in https://github.com/dotnet/arcade/blob/34dff939b4a91e4693f78a856e0e055c1a3f3fba/src/Microsoft.DotNet.Helix/Sdk/tools/azure-pipelines/AzurePipelines.MonoQueue.targets#L8-L15 at evaluation time.
Fix by *appending* to the property.
Thanks to ChadNedzlek for finding the cause!
Fixes #74699 .
* Disable failing tests, see #74781
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>1 parent e00bd40 commit 2ed931d
2 files changed
Lines changed: 4 additions & 2 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
848 | 848 | | |
849 | 849 | | |
850 | 850 | | |
| 851 | + | |
851 | 852 | | |
852 | 853 | | |
853 | 854 | | |
| |||
872 | 873 | | |
873 | 874 | | |
874 | 875 | | |
| 876 | + | |
875 | 877 | | |
876 | 878 | | |
877 | 879 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | | - | |
| 175 | + | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
0 commit comments