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

Don't do xbuild things on Windows #42

Merged
merged 1 commit into from
Jun 15, 2017
Merged

Don't do xbuild things on Windows #42

merged 1 commit into from
Jun 15, 2017

Conversation

bojanrajkovic
Copy link
Contributor

@bojanrajkovic bojanrajkovic commented Jun 15, 2017

.NET Core's msbuild doesn't set MSBuildRuntimeVersion, so it gets treated as
xbuild, breaking the build.

Fixes #41.

.NET Core's msbuild doesn't set MSBuildRuntimeVersion, so it gets treated as
xbuild, breaking the build.
@kzu kzu merged commit 66e90ad into devlooped:master Jun 15, 2017
abock added a commit to abock/GitInfo that referenced this pull request Aug 15, 2017
MSBuildRuntimeTime is never set by xbuild, but it can also be used
to differentiate .NET Framework or .NET Core (e.g. it'll be 'Core'
on .NET Core).

This ensures GitInfo works under `dotnet build` and friends on macOS
as well as Windows.

Improves upon PR devlooped#42. Thanks to @bojanrajkovic for the suggestion.
kzu pushed a commit that referenced this pull request Aug 15, 2017
MSBuildRuntimeTime is never set by xbuild, but it can also be used
to differentiate .NET Framework or .NET Core (e.g. it'll be 'Core'
on .NET Core).

This ensures GitInfo works under `dotnet build` and friends on macOS
as well as Windows.

Improves upon PR #42. Thanks to @bojanrajkovic for the suggestion.
@devlooped devlooped locked and limited conversation to collaborators Sep 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants