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

Albacore doesn't support the .NET 3.0 tools #20

Closed
AnthonyMastrean opened this issue Sep 27, 2012 · 3 comments
Closed

Albacore doesn't support the .NET 3.0 tools #20

AnthonyMastrean opened this issue Sep 27, 2012 · 3 comments

Comments

@AnthonyMastrean
Copy link
Member

It's clearly missing from NetVersion

@AnthonyMastrean
Copy link
Member Author

Damn, had it backwards. There are no .NET 3.0 tools, they're in .NET 2.0.

PS> Resolve-Path c:\windows\Microsoft.NET\Framework\*\msbuild.exe

Path
----
C:\windows\Microsoft.NET\Framework\v2.0.50727\MSBuild.exe
C:\windows\Microsoft.NET\Framework\v3.5\MSBuild.exe
C:\windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe

@AnthonyMastrean
Copy link
Member Author

Hm, we could still define the symbol and fallback to the .NET 2.0 tools instead of failing. Although, I'd like to get confirmation that my thinking is correct. Can't find anything on Google.

@AnthonyMastrean
Copy link
Member Author

Fixed in 9c037be

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

No branches or pull requests

1 participant