Skip to content

Commit

Permalink
[DotNetCoreCLIV2] Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriiBobreshev committed Sep 17, 2024
1 parent 52d0c0d commit 4ab64b5
Show file tree
Hide file tree
Showing 20 changed files with 1,028 additions and 464 deletions.

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

2 changes: 1 addition & 1 deletion Tasks/DotNetCoreCLIV2/_buildConfigs/Node20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"archiver": "1.2.0",
"azure-devops-node-api": "11.2.0",
"azure-pipelines-task-lib": "^4.16.0",
"azure-pipelines-tasks-packaging-common": "^3.230.0",
"azure-pipelines-tasks-packaging-common": "^3.242.2",
"azure-pipelines-tasks-utility-common": "^3.230.0",
"uuid": "3.2.1"
},
Expand Down
1 change: 0 additions & 1 deletion Tasks/DotNetCoreCLIV2/dotnetcore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export class dotNetExe {
}

public async execute() {
tl.setResourcePath(path.join(__dirname, "node_modules", "azure-pipelines-tasks-packaging-common", "module.json"));
tl.setResourcePath(path.join(__dirname, "task.json"));

this.setConsoleCodePage();
Expand Down
504 changes: 493 additions & 11 deletions Tasks/DotNetCoreCLIV2/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tasks/DotNetCoreCLIV2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"archiver": "1.2.0",
"azure-devops-node-api": "11.2.0",
"azure-pipelines-task-lib": "^4.16.0",
"azure-pipelines-tasks-packaging-common": "^3.230.0",
"azure-pipelines-tasks-packaging-common": "^3.242.2",
"azure-pipelines-tasks-utility-common": "^3.230.0",
"uuid": "3.2.1"
},
Expand Down
4 changes: 2 additions & 2 deletions Tasks/DotNetCoreCLIV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"demands": [],
"version": {
"Major": 2,
"Minor": 245,
"Patch": 2
"Minor": 246,
"Patch": 0
},
"minimumAgentVersion": "2.144.0",
"instanceNameFormat": "dotnet $(command)",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/DotNetCoreCLIV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"demands": [],
"version": {
"Major": 2,
"Minor": 245,
"Patch": 2
"Minor": 246,
"Patch": 0
},
"minimumAgentVersion": "2.144.0",
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down
4 changes: 2 additions & 2 deletions _generated/DotNetCoreCLIV2.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|2.245.2
Node20_229_2|2.245.3
Default|2.246.0
Node20_229_2|2.246.1
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
"loc.group.displayName.packOptions": "Pack options",
"loc.group.displayName.packAdvanced": "Advanced",
"loc.group.displayName.generalAdvanced": "Advanced",
"loc.input.label.ConnectedServiceName": "Azure Resource Manager connection",
"loc.input.help.ConnectedServiceName": "Select an Azure Resource Manager service connection",
"loc.input.label.command": "Command",
"loc.input.help.command": "The dotnet command to run. Select 'Custom' to add arguments or use a command not listed here.",
"loc.input.label.publishWebProjects": "Publish web projects",
Expand Down
1 change: 0 additions & 1 deletion _generated/DotNetCoreCLIV2/dotnetcore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export class dotNetExe {
}

public async execute() {
tl.setResourcePath(path.join(__dirname, "node_modules", "azure-pipelines-tasks-packaging-common", "module.json"));
tl.setResourcePath(path.join(__dirname, "task.json"));

this.setConsoleCodePage();
Expand Down
Loading

0 comments on commit 4ab64b5

Please sign in to comment.