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 155d11f commit ee91024Copy full SHA for ee91024
Test/Test.cs
@@ -55,7 +55,7 @@ public void TestArchitecture(string lang, bool skipRestore)
55
{
56
var repository = "test.azurecr.io/test";
57
var scaffoldName = BeforeEach(lang, repository, skipRestore);
58
- var filesToCheck = new List<string> { ".gitignore", "module.json" };
+ var filesToCheck = new List<string> { ".gitignore", "module.json", "Dockerfile", "Dockerfile.amd64.debug" };
59
60
if (skipRestore)
61
0 commit comments