File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ class MicrosoftSecurityDevOps {
9696 if ( ! common . isNullOrWhiteSpace ( tool )
9797 && tool != msdo_helpers_1 . Tools . ContainerMapping
9898 && includedTools . indexOf ( toolTrimmed ) == - 1 ) {
99- args . push ( toolTrimmed ) ;
10099 if ( includedTools . length == 0 ) {
101100 args . push ( '--tool' ) ;
102101 }
102+ args . push ( toolTrimmed ) ;
103103 includedTools . push ( toolTrimmed ) ;
104104 }
105105 }
@@ -113,10 +113,10 @@ class MicrosoftSecurityDevOps {
113113 if ( ! common . isNullOrWhiteSpace ( includeTool )
114114 && includeTool != msdo_helpers_1 . Tools . ContainerMapping
115115 && includedTools . indexOf ( toolTrimmed ) == - 1 ) {
116- args . push ( toolTrimmed ) ;
117116 if ( includedTools . length == 0 ) {
118117 args . push ( '--tool' ) ;
119118 }
119+ args . push ( toolTrimmed ) ;
120120 includedTools . push ( toolTrimmed ) ;
121121 }
122122 }
Original file line number Diff line number Diff line change @@ -75,10 +75,10 @@ export class MicrosoftSecurityDevOps implements IMicrosoftSecurityDevOps {
7575 if ( ! common . isNullOrWhiteSpace ( tool )
7676 && tool != Tools . ContainerMapping
7777 && includedTools . indexOf ( toolTrimmed ) == - 1 ) {
78- args . push ( toolTrimmed ) ;
7978 if ( includedTools . length == 0 ) {
8079 args . push ( '--tool' ) ;
8180 }
81+ args . push ( toolTrimmed ) ;
8282 includedTools . push ( toolTrimmed ) ;
8383 }
8484 }
@@ -93,10 +93,10 @@ export class MicrosoftSecurityDevOps implements IMicrosoftSecurityDevOps {
9393 if ( ! common . isNullOrWhiteSpace ( includeTool )
9494 && includeTool != Tools . ContainerMapping
9595 && includedTools . indexOf ( toolTrimmed ) == - 1 ) {
96- args . push ( toolTrimmed ) ;
9796 if ( includedTools . length == 0 ) {
9897 args . push ( '--tool' ) ;
9998 }
99+ args . push ( toolTrimmed ) ;
100100 includedTools . push ( toolTrimmed ) ;
101101 }
102102 }
You can’t perform that action at this time.
0 commit comments