File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ class MsdoClient {
109109 tl . setVariable ( 'MSDO_SARIF_FILE' , sarifFile ) ;
110110 tool . arg ( '--export-breaking-results-to-file' ) ;
111111 tool . arg ( sarifFile ) ;
112- tool . arg ( '--environment-name ' ) ;
112+ tool . arg ( '--telemetry-environment ' ) ;
113113 tool . arg ( 'azdevops' ) ;
114114 }
115115 catch ( error ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " microsoft-security-devops-azdevops-task-lib" ,
3- "version" : " 1.2.3 " ,
3+ "version" : " 1.2.4 " ,
44 "description" : " Microsoft Security DevOps for Azure DevOps task library." ,
55 "author" : " Microsoft Corporation" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " microsoft-security-devops-azdevops-task-lib" ,
3- "version" : " 1.2.3 " ,
3+ "version" : " 1.2.4 " ,
44 "description" : " Microsoft Security DevOps for Azure DevOps task library." ,
55 "author" : " Microsoft Corporation" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ export class MsdoClient {
9999 tool . arg ( '--export-breaking-results-to-file' ) ;
100100 tool . arg ( sarifFile ) ;
101101
102- tool . arg ( '--environment-name ' ) ;
102+ tool . arg ( '--telemetry-environment ' ) ;
103103 tool . arg ( 'azdevops' ) ;
104104 } catch ( error ) {
105105 error ( 'Exception occurred while initializing MSDO:' ) ;
You can’t perform that action at this time.
0 commit comments