Skip to content

Commit c9e2dd4

Browse files
copy and paste dust bunny
1 parent 039753f commit c9e2dd4

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

src/Program.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ public static void Main(string[] args) {
1313
// Load any local appsettings incase they're overriding the cluster values
1414
builder.Configuration.AddJsonFile(Path.Combine(Directory.GetCurrentDirectory(), "appsettings.{env:DOTNET_ENVIRONMENT}.json"), optional: true, reloadOnChange: false);
1515

16-
// Build the configuration
17-
build.Configuration.Build();
18-
19-
2016
builder.WebHost.ConfigureKestrel(options => options.ListenAnyIP(50051, o => o.Protocols = HttpProtocols.Http2))
2117
.ConfigureServices((services) => {
2218
services.AddAzureOrbitalFramework();

test/debugClient/Program.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ public static void Main(string[] args) {
1313
// Load any local appsettings incase they're overriding the cluster values
1414
builder.Configuration.AddJsonFile(Path.Combine(Directory.GetCurrentDirectory(), "appsettings.{env:DOTNET_ENVIRONMENT}.json"), optional: true, reloadOnChange: false);
1515

16-
// Build the configuration
17-
build.Configuration.Build();
18-
1916
builder.WebHost.ConfigureKestrel(options => options.ListenAnyIP(50051, o => o.Protocols = HttpProtocols.Http2))
2017
.ConfigureServices((services) => {
2118
services.AddAzureOrbitalFramework();

test/integrationTests/TestSharedContext.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ public TestSharedContext() {
4040
// Load any local appsettings incase they're overriding the cluster values
4141
builder.Configuration.AddJsonFile(Path.Combine(Directory.GetCurrentDirectory(), "appsettings.{env:DOTNET_ENVIRONMENT}.json"), optional: true, reloadOnChange: false);
4242

43-
// Build the configuration
44-
build.Configuration.Build();
45-
4643
builder.WebHost.ConfigureKestrel(options => options.ListenAnyIP(50051, o => o.Protocols = HttpProtocols.Http2))
4744
.ConfigureServices((services) => {
4845
services.AddAzureOrbitalFramework();

0 commit comments

Comments
 (0)