Skip to content

Commit 4a31e84

Browse files
author
Sanju Yadav
committed
Merge conflict fixes
1 parent fcd1fa6 commit 4a31e84

File tree

4 files changed

+47
-10
lines changed

4 files changed

+47
-10
lines changed

Tasks/PowerShellV2/package-lock.json

Lines changed: 43 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/PowerShellV2/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 2,
20-
"Minor": 247,
21-
"Patch": 1
20+
"Minor": 259,
21+
"Patch": 0
2222
},
2323
"releaseNotes": "Script task consistency. Added support for macOS and Linux.",
2424
"minimumAgentVersion": "2.115.0",

Tasks/PowerShellV2/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 2,
20-
"Minor": 247,
21-
"Patch": 1
20+
"Minor": 259,
21+
"Patch": 0
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
2424
"minimumAgentVersion": "2.115.0",

make.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ CLI.serverBuild = async function(/** @type {{ task: string }} */ argv) {
256256
{
257257
const makeOptions = fileToJson(makeOptionsPath);
258258

259-
console.log("Hello " + argv)
260-
261259
// Verify generated files across tasks are up-to-date
262260
util.processGeneratedTasks(baseConfigToolPath, taskList, makeOptions, writeUpdatedsFromGenTasks, argv.sprint, argv['debug-agent-dir'], argv.includeLocalPackagesBuildConfig, argv.useSemverBuildConfig);
263261
}

0 commit comments

Comments
 (0)