Skip to content

Commit 2f61b7e

Browse files
author
Raffaele Marcello
committed
Refactor Azure Bicep deployment workflow and fix missing newline in README.md
1 parent db20a69 commit 2f61b7e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,4 @@ This project may contain trademarks or logos for projects, products, or services
3030
trademarks or logos is subject to and must follow
3131
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/legal/intellectualproperty/trademarks/usage/general).
3232
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
33-
Any use of third-party trademarks or logos are subject to those third-party's policies.
34-
35-
test
33+
Any use of third-party trademarks or logos are subject to those third-party's policies.

src/Application/src/RazorPagesTestSample/Data/AppDbContext.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using Microsoft.EntityFrameworkCore;
55
using System.Threading;
66

7+
// added a comment
78
namespace RazorPagesTestSample.Data
89
{
910
public class AppDbContext : DbContext

0 commit comments

Comments
 (0)