Skip to content

Commit 362f3b1

Browse files
committed
Disable build of legacy ASP.NET projects
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_.
1 parent a084fdd commit 362f3b1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

OnTopic.sln

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,19 +93,16 @@ Global
9393
{2AC4B63B-16D3-4398-BAEB-E9EF3A7636A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
9494
{2AC4B63B-16D3-4398-BAEB-E9EF3A7636A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
9595
{2AC4B63B-16D3-4398-BAEB-E9EF3A7636A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
96-
{2AC4B63B-16D3-4398-BAEB-E9EF3A7636A8}.Release|Any CPU.Build.0 = Release|Any CPU
9796
{FE175884-59C1-4C4D-A663-4CC570432ECC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
9897
{FE175884-59C1-4C4D-A663-4CC570432ECC}.Debug|Any CPU.Build.0 = Debug|Any CPU
9998
{FE175884-59C1-4C4D-A663-4CC570432ECC}.Release|Any CPU.ActiveCfg = Release|Any CPU
10099
{FE175884-59C1-4C4D-A663-4CC570432ECC}.Release|Any CPU.Build.0 = Release|Any CPU
101100
{ECA95F46-BE8F-4CD3-BF67-56A747E2C2F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
102101
{ECA95F46-BE8F-4CD3-BF67-56A747E2C2F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
103102
{ECA95F46-BE8F-4CD3-BF67-56A747E2C2F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
104-
{ECA95F46-BE8F-4CD3-BF67-56A747E2C2F4}.Release|Any CPU.Build.0 = Release|Any CPU
105103
{5CEBC2AE-7A33-4F8A-B45F-29BEFB56E013}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
106104
{5CEBC2AE-7A33-4F8A-B45F-29BEFB56E013}.Debug|Any CPU.Build.0 = Debug|Any CPU
107105
{5CEBC2AE-7A33-4F8A-B45F-29BEFB56E013}.Release|Any CPU.ActiveCfg = Release|Any CPU
108-
{5CEBC2AE-7A33-4F8A-B45F-29BEFB56E013}.Release|Any CPU.Build.0 = Release|Any CPU
109106
EndGlobalSection
110107
GlobalSection(SolutionProperties) = preSolution
111108
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)