Skip to content

Commit d3139be

Browse files
committed
v1.2.4
1 parent 82a5a4f commit d3139be

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/msdo-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) {

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/msdo-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:');

0 commit comments

Comments
 (0)