Skip to content

Commit

Permalink
Removing debug log while Setting Resource path (#1056)
Browse files Browse the repository at this point in the history
* Removing debug log

* Removed debug line
  • Loading branch information
EshitaD authored Aug 13, 2024
1 parent b36e97f commit 69ea14e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 23 deletions.
2 changes: 1 addition & 1 deletion node/internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export function _setResourcePath(path: string, ignoreWarnings: boolean = false):
}
else {
if (ignoreWarnings) {
_debug(_loc('LIB_ResourceFileAlreadySet', path));

} else {
_warning(_loc('LIB_ResourceFileAlreadySet', path), IssueSource.TaskInternal);
}
Expand Down
42 changes: 22 additions & 20 deletions node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-pipelines-task-lib",
"version": "4.15.0",
"version": "4.16.0",
"description": "Azure Pipelines Task SDK",
"main": "./task.js",
"typings": "./task.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"minimatch": "3.0.5",
"nodejs-file-downloader": "^4.11.1",
"q": "^1.5.1",
"semver": "^5.1.0",
"semver": "^5.7.2",
"shelljs": "^0.8.5",
"uuid": "^3.0.1"
},
Expand Down

0 comments on commit 69ea14e

Please sign in to comment.