Skip to content

Commit b145733

Browse files
authored
Update Startup.cs
add comment to trigger workflow
1 parent 90ccc30 commit b145733

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

src/Application/src/RazorPagesTestSample/Startup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +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
2223
if (env.IsDevelopment())
2324
{
2425
app.UseDeveloperExceptionPage();

0 commit comments

Comments
 (0)