Skip to content

Commit 1578b87

Browse files
authored
Update Startup.cs
1 parent 2021055 commit 1578b87

File tree

1 file changed

+1
-1
lines changed
  • src/Application/src/RazorPagesTestSample

1 file changed

+1
-1
lines changed

src/Application/src/RazorPagesTestSample/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public void ConfigureServices(IServiceCollection services)
1919

2020
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
2121
{
22-
//added another comment to trigger the workflow and push the docker image -- comment updated
22+
//added another comment to trigger the workflow and push the docker image -- comment updated again
2323
if (env.IsDevelopment())
2424
{
2525
app.UseDeveloperExceptionPage();

0 commit comments

Comments
 (0)