File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,4 @@ partial class Build
23
23
AbsolutePath EmptyServer12Proj => RootDirectory / "templates" / "server" / "HotChocolate.Template.Server.csproj" ;
24
24
AbsolutePath EmptyAzf12Proj => RootDirectory / "templates" / "azure-function" / "HotChocolate.Template.AzureFunctions.csproj" ;
25
25
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" ;
28
26
}
Original file line number Diff line number Diff line change @@ -53,12 +53,6 @@ partial class Build
53
53
projFile = File . ReadAllText ( Gateway13Proj ) ;
54
54
File . WriteAllText ( Gateway13Proj , projFile . Replace ( "14.0.0-preview.build.0" , SemVersion ) ) ;
55
55
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
-
62
56
DotNetBuildSonarSolution (
63
57
PackSolutionFile ,
64
58
include : file =>
You can’t perform that action at this time.
0 commit comments