Skip to content

Commit f4ca4d4

Browse files
committed
chore: Update to the QA build
1 parent e13e6b3 commit f4ca4d4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

tasks/synopsys-detect-task/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "5e9b6b5e-3130-47dc-89c5-77a58949f2cf",
33
"name": "SynopsysDetectTask",
4-
"friendlyName": "Synopsys Detect Dev",
4+
"friendlyName": "Synopsys Detect QA",
55
"description": "Execute Synopsys Detect against your build",
66
"author": "Synopsys",
77
"category": "Utility",
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 7,
1515
"Minor": 0,
16-
"Patch": 33
16+
"Patch": 5
1717
},
1818
"minimumAgentVersion": "1.95.0",
1919
"instanceNameFormat": "Run Synopsys Detect for your build $(message)",
@@ -93,4 +93,4 @@
9393
"target": "detect-task.js"
9494
}
9595
}
96-
}
96+
}

vss-extension.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifestVersion": 1,
3-
"id": "synopsys-detect-dev",
4-
"version": "7.0.33",
5-
"name": "Synopsys Detect Dev",
3+
"id": "synopsys-detect-qa",
4+
"version": "7.0.5",
5+
"name": "Synopsys Detect QA",
66
"publisher": "synopsys-detect",
77
"public": false,
88
"targets": [
@@ -146,4 +146,4 @@
146146
}
147147
}
148148
]
149-
}
149+
}

0 commit comments

Comments
 (0)