Skip to content

Commit 6734438

Browse files
committed
Removed Fusion 1 Templates From Build
1 parent 07fc376 commit 6734438

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.build/Build.Environment.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,4 @@ partial class Build
2323
AbsolutePath EmptyServer12Proj => RootDirectory / "templates" / "server" / "HotChocolate.Template.Server.csproj";
2424
AbsolutePath EmptyAzf12Proj => RootDirectory / "templates" / "azure-function" / "HotChocolate.Template.AzureFunctions.csproj";
2525
AbsolutePath Gateway13Proj => RootDirectory / "templates" / "gateway" / "HotChocolate.Template.Gateway.csproj";
26-
AbsolutePath GatewayAspire13Proj => RootDirectory / "templates" / "gateway-aspire" / "HotChocolate.Template.Gateway.Aspire.csproj";
27-
AbsolutePath GatewayManaged13Proj => RootDirectory / "templates" / "gateway-managed" / "HotChocolate.Template.Gateway.Managed.csproj";
2826
}

.build/Build.Publish.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ partial class Build
5353
projFile = File.ReadAllText(Gateway13Proj);
5454
File.WriteAllText(Gateway13Proj, projFile.Replace("14.0.0-preview.build.0", SemVersion));
5555

56-
projFile = File.ReadAllText(GatewayManaged13Proj);
57-
File.WriteAllText(GatewayManaged13Proj, projFile.Replace("14.0.0-preview.build.0", SemVersion));
58-
59-
projFile = File.ReadAllText(GatewayAspire13Proj);
60-
File.WriteAllText(GatewayAspire13Proj, projFile.Replace("14.0.0-preview.build.0", SemVersion));
61-
6256
DotNetBuildSonarSolution(
6357
PackSolutionFile,
6458
include: file =>

0 commit comments

Comments
 (0)