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

WIP: update build #3596

Closed
wants to merge 6 commits into from
Closed

WIP: update build #3596

wants to merge 6 commits into from

Conversation

matkoch
Copy link
Contributor

@matkoch matkoch commented Feb 20, 2020

No description provided.

nukebuild/Build.cs Outdated Show resolved Hide resolved
nukebuild/Build.cs Show resolved Hide resolved
Information($"Running tests from {projectName}");
var project = Solution.GetProject(projectName).NotNull("project != null");

foreach (var fw in project.GetTargetFrameworks())
Copy link
Member

Choose a reason for hiding this comment

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

Does it use MSBuild evaluation or parses stuff manually? We've seen issues with MSBuild on not-quite-supported OSes

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It uses MSBuild for evaluation. Could you try on those not-quite-supported environments?

@@ -2,15 +2,15 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp3.0</TargetFramework>
Copy link
Member

Choose a reason for hiding this comment

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

This TFM was failing for me on several machines with .NET Core SDK 3.1 installed. Could we use netcoreapp3.1 instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I guess so, let me try.

@grokys
Copy link
Member

grokys commented Feb 26, 2020

@matkoch what's the progress on this? The OSX build seems to be failing because the wrong version of .NET core is being installed?

@Gillibald
Copy link
Contributor

@grokys
Copy link
Member

grokys commented Mar 3, 2020

@matkoch i've merged the changes in this PR into #3571, so going to close this. Thanks for the help, it's greatly appreciated!

@grokys grokys closed this Mar 3, 2020
@grokys grokys mentioned this pull request Mar 3, 2020
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.

4 participants