Skip to content

Commit 0099a0a

Browse files
committed
cloc cli download url screenshot
and cloc cli download url setting is moved to advanced group
1 parent 2a43a19 commit 0099a0a

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

DETAILS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ By default the cloc CLI is running in the root of the repository, you can modify
4747

4848
By default the cloc CLI is downloaded from the url: `https://github.com/AlDanial/cloc/releases/download/1.80/cloc-1.80.exe`:
4949

50-
![The download URL of the cloc-cli tool](https://raw.githubusercontent.com/Dealogic/cloc-vsts-extension/master/screenshots/WorkingFolder.png)
50+
![The download URL of the cloc-cli tool](https://raw.githubusercontent.com/Dealogic/cloc-vsts-extension/master/screenshots/ClocCliDownloadURL.png)
5151

5252
## <a id="release-notes"></a>Release Notes
5353

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ By default the cloc CLI is running in the root of the repository, you can modify
4747

4848
By default the cloc CLI is downloaded from the url: `https://github.com/AlDanial/cloc/releases/download/1.80/cloc-1.80.exe`:
4949

50-
![The download URL of the cloc-cli tool](https://raw.githubusercontent.com/Dealogic/cloc-vsts-extension/master/screenshots/WorkingFolder.png)
50+
![The download URL of the cloc-cli tool](https://raw.githubusercontent.com/Dealogic/cloc-vsts-extension/master/screenshots/ClocCliDownloadURL.png)
5151

5252
## <a id="release-notes"></a>Release Notes
5353

screenshots/ClocCliDownloadURL.png

5.84 KB
Loading

tasks/cloc-build-task/task.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"label": "Download url of cloc-cli",
4545
"defaultValue": "https://github.com/AlDanial/cloc/releases/download/1.80/cloc-1.80.exe",
4646
"required": true,
47-
"helpMarkDown": "Download URL of cloc-cli. Default value: https://github.com/AlDanial/cloc/releases/download/1.80/cloc-1.80.exe"
47+
"helpMarkDown": "Download URL of cloc-cli. Default value: https://github.com/AlDanial/cloc/releases/download/1.80/cloc-1.80.exe",
48+
"groupName": "advanced"
4849
},
4950
{
5051
"name": "arguments",

0 commit comments

Comments
 (0)