Skip to content

Commit

Permalink
Rename Task to DownloadPackage
Browse files Browse the repository at this point in the history
  • Loading branch information
omeshp committed Apr 20, 2017
1 parent 2eb1b35 commit b3e19a5
Show file tree
Hide file tree
Showing 24 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "packagedownloader",
"name": "downloadpackage",
"version": "1.0.0",
"description": "Package Downloader Task",
"main": "downloadPackages.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "8d6e8f7e-267d-442d-8c92-1f586864c62f",
"name": "PackageDownloader",
"name": "DownloadPackage",
"friendlyName": "Package Downloader",
"description": "Download a package from a Package Management feed in VSTS or TFS. \r\n Requires the Package Management extension.",
"helpMarkDown": "Needs Package Management extension to be installed",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "8d6e8f7e-267d-442d-8c92-1f586864c62f",
"name": "PackageDownloader",
"name": "DownloadPackage",
"friendlyName": "ms-resource:loc.friendlyName",
"description": "ms-resource:loc.description",
"helpMarkDown": "ms-resource:loc.helpMarkDown",
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion make-options.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"NuGetPublisher",
"NuGetToolInstaller",
"PackerBuild",
"PackageDownloader",
"DownloadPackage",
"powerShell",
"PowerShellOnTargetMachines",
"PublishBuildArtifacts",
Expand Down

0 comments on commit b3e19a5

Please sign in to comment.