-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Conversation
…allendm/bugfix/taefkey
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); |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
UTs for dev15+ added in prev PR this one is just to verify with U3+. This is verified manually |
Looks good. |
from vs2015u3 onwards dont set the taef regkey for run in parallel