Skip to content
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

Users allendm bugfix taefkey #2221

Merged
merged 7 commits into from
Aug 5, 2016
Merged

Conversation

allendm-msft
Copy link
Member

@allendm-msft allendm-msft commented Aug 5, 2016

from vs2015u3 onwards dont set the taef regkey for run in parallel

@nigurr
Copy link

nigurr commented Aug 5, 2016

Can we add UT for this function. Rest looks good.

# ensure the registry is set otherwise you need to launch VSIDE
SetRegistryKeyForParallel $vsTestVersion
$devenvExe = [io.path]::Combine("$env:VS140COMNTools", "..", "IDE", "devenv.exe");
$devenvVersion = [System.Diagnostics.FileVersionInfo]::GetVersionInfo($devenvExe);
Copy link

@nigurr nigurr Aug 5, 2016

Choose a reason for hiding this comment

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

can this throw File access exception? if my build agent is not running as admin?

Copy link
Member Author

Choose a reason for hiding this comment

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

no.. can only throw FNF which should never occur

@allendm-msft
Copy link
Member Author

UTs for dev15+ added in prev PR this one is just to verify with U3+. This is verified manually

@nigurr
Copy link

nigurr commented Aug 5, 2016

Looks good.

@allendm-msft allendm-msft merged commit c7c68a2 into master Aug 5, 2016
@allendm-msft allendm-msft deleted the users/allendm/bugfix/taefkey branch September 15, 2016 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants