We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2021055 commit 1578b87Copy full SHA for 1578b87
src/Application/src/RazorPagesTestSample/Startup.cs
@@ -19,7 +19,7 @@ public void ConfigureServices(IServiceCollection services)
19
20
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
21
{
22
- //added another comment to trigger the workflow and push the docker image -- comment updated
+ //added another comment to trigger the workflow and push the docker image -- comment updated again
23
if (env.IsDevelopment())
24
25
app.UseDeveloperExceptionPage();
0 commit comments