Insertion pipeline should flag attempt to insert packages with same version #11136
Labels
Area: Our Own Build
Problems affecting the build or build infrastructure of the MSBuild repo itself.
triaged
Context
If we do not bump MSBuild version between insertions, the second push to internal nuget feed cannot succeed (it's not allowed to overwrtie packages) and hence the VS built would be consuming the previous version.
Example
First run - https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=10702496&view=logs&j=44efdce4-6327-5b59-a62d-5dea5650e609&t=4d68204a-0233-5f66-4f6e-6a0bb2607a94&l=38:
Second run - https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=10705646&view=logs&j=44efdce4-6327-5b59-a62d-5dea5650e609&t=4d68204a-0233-5f66-4f6e-6a0bb2607a94&l=40:
Pushing to the feed in the second run failed - but the overall run succeeded and VS insertion was created.
The text was updated successfully, but these errors were encountered: