Skip to content

Commit

Permalink
Remove branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
keithrob committed Feb 19, 2018
1 parent 442487f commit 98b1fc4
Show file tree
Hide file tree
Showing 9 changed files with 194 additions and 300 deletions.
2 changes: 0 additions & 2 deletions Tasks/Common/utility-common/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ export function emitTelemetry(area: string, feature: string, taskSpecificTelemet
'BUILD_REPOSITORY_NAME': tl.getVariable('BUILD_REPOSITORY_NAME'),
'BUILD_REPOSITORY_PROVIDER': tl.getVariable('BUILD_REPOSITORY_PROVIDER'),
'BUILD_REPOSITORY_URI': tl.getVariable('BUILD_REPOSITORY_URI'),
'BUILD_SOURCEBRANCH': tl.getVariable('BUILD_SOURCEBRANCH'),
'BUILD_SOURCEBRANCHNAME': tl.getVariable('BUILD_SOURCEBRANCHNAME'),
'BUILD_SOURCESDIRECTORY': tl.getVariable('BUILD_SOURCESDIRECTORY'),
'BUILD_SOURCEVERSION': tl.getVariable('BUILD_SOURCEVERSION'),
'BUILD_STAGINGDIRECTORY': tl.getVariable('BUILD_STAGINGDIRECTORY'),
Expand Down
58 changes: 1 addition & 57 deletions Tasks/Npm/package-lock.json

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

2 changes: 1 addition & 1 deletion Tasks/Npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vsts-npm-task",
"version": "1.0.10",
"version": "1.0.13",
"description": "VSTS NPM Task",
"main": "npmtask.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion Tasks/Npm/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 11
"Patch": 13
},
"runsOn": [
"Agent",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/Npm/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 11
"Patch": 13
},
"runsOn": [
"Agent",
Expand Down Expand Up @@ -185,4 +185,4 @@
"RestoringProjectNpmrc": "ms-resource:loc.messages.RestoringProjectNpmrc",
"WorkingDirectoryNotDirectory": "ms-resource:loc.messages.WorkingDirectoryNotDirectory"
}
}
}
Loading

0 comments on commit 98b1fc4

Please sign in to comment.