Skip to content

Commit 7b0904f

Browse files
copy and paste dust bunny
1 parent e6b58c5 commit 7b0904f

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

src/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/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
@@ -31,9 +31,6 @@ public TestSharedContext() {
3131
// Load any local appsettings incase they're overriding the cluster values
3232
builder.Configuration.AddJsonFile(Path.Combine(Directory.GetCurrentDirectory(), "appsettings.{env:DOTNET_ENVIRONMENT}.json"), optional: true, reloadOnChange: false);
3333

34-
// Build the configuration
35-
build.Configuration.Build();
36-
3734
builder.WebHost.ConfigureKestrel(options => options.ListenAnyIP(50051, o => o.Protocols = HttpProtocols.Http2))
3835
.ConfigureServices((services) => {
3936
services.AddAzureOrbitalFramework();

0 commit comments

Comments
 (0)