File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ export function validateFileArgs(inputArguments: string): void {
189189 ...expandTelemetry ?? { } ,
190190 ...sanitizeTelemetry ?? { }
191191 } ;
192- emitTelemetry ( 'TaskHub' , 'BashV3 ' , telemetry ) ;
192+ emitTelemetry ( 'TaskHub' , 'PowerShellV2 ' , telemetry ) ;
193193 }
194194 if ( sanitizedArgs !== expandedArgs ) {
195195 const message = tl . loc ( 'ScriptArgsSanitized' ) ;
Original file line number Diff line number Diff line change 1818 "version" : {
1919 "Major" : 2 ,
2020 "Minor" : 228 ,
21- "Patch" : 0
21+ "Patch" : 1
2222 },
2323 "releaseNotes" : " Script task consistency. Added support for macOS and Linux." ,
2424 "minimumAgentVersion" : " 2.115.0" ,
Original file line number Diff line number Diff line change 1818 "version" : {
1919 "Major" : 2 ,
2020 "Minor" : 228 ,
21- "Patch" : 0
21+ "Patch" : 1
2222 },
2323 "releaseNotes" : " ms-resource:loc.releaseNotes" ,
2424 "minimumAgentVersion" : " 2.115.0" ,
You can’t perform that action at this time.
0 commit comments