Skip to content

Commit ee91024

Browse files
Update test case to check Dockerfile (#20)
1 parent 155d11f commit ee91024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/Test.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void TestArchitecture(string lang, bool skipRestore)
5555
{
5656
var repository = "test.azurecr.io/test";
5757
var scaffoldName = BeforeEach(lang, repository, skipRestore);
58-
var filesToCheck = new List<string> { ".gitignore", "module.json" };
58+
var filesToCheck = new List<string> { ".gitignore", "module.json", "Dockerfile", "Dockerfile.amd64.debug" };
5959

6060
if (skipRestore)
6161
{

0 commit comments

Comments
 (0)