Skip to content

Commit 0ec065a

Browse files
committed
Add VS Code task for verifying internal Dockerfile template baselines (#6248)
1 parent f0aba9d commit 0ec065a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/tasks.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@
5454
}
5555
]
5656
},
57+
{
58+
"label": "Verify internal Dockerfiles",
59+
"type": "shell",
60+
"command": "pwsh ./tests/run-tests.ps1 -paths '*' -TestCategories @('pre-build') -CustomTestFilter 'VerifyInternalDockerfiles'",
61+
"group": "test"
62+
},
5763
{
5864
"label": "Test with debugger",
5965
"type": "process",

0 commit comments

Comments
 (0)