Skip to content

Migrate VSTS YAML to dev15.7.x#26506

Merged
jaredpar merged 1 commit intodotnet:dev15.7.xfrom
jaredpar:fix-it
May 1, 2018
Merged

Migrate VSTS YAML to dev15.7.x#26506
jaredpar merged 1 commit intodotnet:dev15.7.xfrom
jaredpar:fix-it

Conversation

@jaredpar
Copy link
Copy Markdown
Member

This copies our VSTS YAML file into dev15.7.x. This changes nothing
about our official build in this branch. It just seeds it with the
correct value and lets the merge bots move it to the rest of the trees.

The official switch over for 15.7 will happen at a later time and will
be very deliberate.

Ask Mode template not completed

Customer scenario

What does the customer do to get into this situation, and why do we think this
is common enough to address for this release. (Granted, sometimes this will be
obvious "Open project, VS crashes" but in general, I need to understand how
common a scenario is)

Bugs this fixes

(either VSO or GitHub links)

Workarounds, if any

Also, why we think they are insufficient for RC vs. RC2, RC3, or RTW

Risk

This is generally a measure our how central the affected code is to adjacent
scenarios and thus how likely your fix is to destabilize a broader area of code

Performance impact

(with a brief justification for that assessment (e.g. "Low perf impact because no extra allocations/no complexity changes" vs. "Low")

Is this a regression from a previous update?

Root cause analysis

How did we miss it? What tests are we adding to guard against it in the future?

How was the bug found?

(E.g. customer reported it vs. ad hoc testing)

Test documentation updated?

If this is a new non-compiler feature or a significant improvement to an existing feature, update https://github.com/dotnet/roslyn/wiki/Manual-Testing once you know which release it is targeting.

This copies our VSTS YAML file into dev15.7.x. This changes nothing
about our official build in this branch. It just seeds it with the
correct value and lets the merge bots move it to the rest of the trees.

The official switch over for 15.7 will happen at a later time and will
be very deliberate.
@jaredpar jaredpar requested a review from a team April 30, 2018 16:06
<RoslynToolsMSBuildVersion>0.4.0-alpha</RoslynToolsMSBuildVersion>
<RoslynToolsReferenceAssembliesVersion>0.1.3</RoslynToolsReferenceAssembliesVersion>
<RoslynToolsSignToolVersion>1.0.0-beta2-dev2</RoslynToolsSignToolVersion>
<RoslynToolsSignToolVersion>1.0.0-beta2-dev3</RoslynToolsSignToolVersion>
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This just moves the sign tool to a version that can properly do test signing.

@@ -0,0 +1,149 @@
resources:
- repo: self
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How was this file generated?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is generated initially by using the "View YAML" link on our old VSTS build definition. It's been altered a bit from that initial definition though.

@jaredpar jaredpar merged commit 034065c into dotnet:dev15.7.x May 1, 2018
@jaredpar jaredpar deleted the fix-it branch May 1, 2018 15:36
@agocke
Copy link
Copy Markdown
Member

agocke commented May 1, 2018

LGTM (belated)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants