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 90ccc30 commit b145733Copy full SHA for b145733
src/Application/src/RazorPagesTestSample/Startup.cs
@@ -19,6 +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
23
if (env.IsDevelopment())
24
25
app.UseDeveloperExceptionPage();
0 commit comments