Commit 5cade43
authored
[ci] Package and upload .nupkg in unique location (dotnet#4055)
Context: https://dev.azure.com/devdiv/DevDiv/_build/results?buildId=3331623
Upon investigation of a recent `Build Results - macOS` build artifact
from our Azure build pipeline, I noticed that we are now uploading a
duplicate Xamarin.Android.Sdk*.nupkg on every build. This is because
the [template for result publishing][0] uploads everything found in
`$(Build.ArtifactStagingDirectory)`. We should use a unique path when
packaging and uploading this .nupkg file to avoid duplication.
[0]: https://github.com/xamarin/xamarin-android/blob/c9ed134e5d3eb94f6c09a9e3067f5c60c4a32833/build-tools/automation/yaml-templates/upload-results.yaml#L181 parent 04428b8 commit 5cade43
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments