You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In many of our AzDo pipelines we have an artifact for Roslyn which we download via the AzDo mechanisms to save time (by reading it in using the DropPath argument):
But we also have a SpecificBuildNumber property:
Giving a SpecificBuildNumber that contradicts the artifacts in the DropPath causes a really bad failure mode, where the title of the PR and the diff of changes shows one changeset, and the version numbers that are actually being inserted can be completely unrelated. See https://dev.azure.com/devdiv/DevDiv/_git/VS/pullrequest/288025?view=discussion for example.
In many of our AzDo pipelines we have an artifact for Roslyn which we download via the AzDo mechanisms to save time (by reading it in using the DropPath argument):
But we also have a SpecificBuildNumber property:
Giving a SpecificBuildNumber that contradicts the artifacts in the DropPath causes a really bad failure mode, where the title of the PR and the diff of changes shows one changeset, and the version numbers that are actually being inserted can be completely unrelated. See https://dev.azure.com/devdiv/DevDiv/_git/VS/pullrequest/288025?view=discussion for example.
tagging @JoeRobich @ryzngard
The text was updated successfully, but these errors were encountered: