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

Set anycpu arch for non dotnet test sources #1233

Merged
merged 3 commits into from
Oct 27, 2017

Conversation

smadala
Copy link
Contributor

@smadala smadala commented Oct 26, 2017

  • Settings DefaultPlatform for js, appx or other test source causing warning message showing up if /platform specify not not default platform.

@smadala smadala requested review from codito and harshjain2 October 26, 2017 15:07
@@ -44,8 +44,8 @@ public Architecture AutoDetectArchitecture(List<string> sources, IDictionary<str
}
else
{
//TODO what to do for js, appx and others? Using default for now.
arch = Constants.DefaultPlatform;
//TODO what to do for js, appx and others? Using AnyCPU for now.
Copy link
Contributor

Choose a reason for hiding this comment

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

We should remove TODO please.

Copy link
Contributor

Choose a reason for hiding this comment

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

Should we make the chutzpah tests in our acceptance suite fail with issues like this? Seems like warnings are a P0 scenario blocker.

Copy link
Contributor

Choose a reason for hiding this comment

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

Validate nodejs, python, chutzpah, uwp with this change.

@harshjain2
Copy link
Contributor

It would be good if we can document the behavior for Auto-Detection of Target Platfrom and Target Framework.

@codito codito merged commit 0e18b2f into microsoft:master Oct 27, 2017
@smadala smadala deleted the platform-non-dotnet-testsource branch May 23, 2018 13:51
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