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 416e86d commit 481b67dCopy full SHA for 481b67d
lib/main.js
@@ -57,6 +57,6 @@ function shouldRunMain() {
57
if (tools.length == 1 && tools[0].trim() == msdo_helpers_1.Tools.ContainerMapping) {
58
return false;
59
}
60
- return true;
61
+ return true;
62
src/main.ts
@@ -29,6 +29,6 @@ function shouldRunMain() {
29
if (tools.length == 1 && tools[0].trim() == Tools.ContainerMapping) {
30
31
32
33
34
0 commit comments