You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build server uses `dotnet build`, which doesn't support legacy project files (i.e., prior to **Visual Studio 2017**'s format). Unfortunately, **ASP.NET Framework** projects don't support the new format. Fortunately, these are exclusively for local testing, and aren't strictly needed on the build server, so we're working around this by disabling the default build configuration for _Release_.
0 commit comments