.NET 4.0 build issues on CI server

前端 未结 4 669
小蘑菇
小蘑菇 2020-11-29 17:26

Anybody manage to get .NET 4.0 applications compiling on a CI server without installing Visual Studio 2010 on a CI server?

No SDK exists for .NET 4.0. Have installed

4条回答
  •  [愿得一人]
    2020-11-29 17:55

    This page lists .NET SDKs for each Visual Studio version. http://blogs.msdn.com/b/dotnet/p/dotnet_sdks.aspx

    For a smaller download choose the 'developer pack' or 'targeting pack' rather than the full Windows SDK.

提交回复
热议问题