Skip to content

Fix watch tests again #19155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 21, 2020
Merged

Fix watch tests again #19155

merged 2 commits into from
Feb 21, 2020

Conversation

BrennanConroy
Copy link
Member

Fixing most of the tests was easy, but finding the targetFrameworkIdentifier collision was super not fun...

And this time I'll double check the helix test run before merging 😄

@BrennanConroy BrennanConroy added the area-commandlinetools Includes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPI label Feb 19, 2020
@BrennanConroy BrennanConroy added this to the 5.0.0-preview2 milestone Feb 19, 2020
set helixQueue=%5
set arch=%6
set quarantined=%7
REM Use '$' as a variable name prefix to avoid MSBuild variable collisions with these variables
Copy link
Contributor

Choose a reason for hiding this comment

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

😆

@@ -104,12 +104,15 @@ public void Start(IEnumerable<string> arguments, [CallerMemberName] string name
WorkingDirectory = SourceDirectory,
EnvironmentVariables =
{
["DOTNET_CLI_CONTEXT_VERBOSE"] = bool.TrueString,
Copy link
Member Author

Choose a reason for hiding this comment

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

FYI @JunTaoLuo, made this change after you approved. It fixes some flakiness with the tests due to dotnet/sdk#10688

@BrennanConroy BrennanConroy merged commit b125c76 into master Feb 21, 2020
@BrennanConroy BrennanConroy deleted the brecon/watchAgain branch February 21, 2020 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-commandlinetools Includes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants