Skip to content

Commit

Permalink
Making the public beta and fixing the image
Browse files Browse the repository at this point in the history
  • Loading branch information
lostintangent committed Nov 18, 2015
1 parent f71f5c5 commit edfd664
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/extension-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This extension contains a deployment task which allows you to automate the relea

This task can be used with either VSTS or TFS 2015 on-prem servers (see below) and is intended to work with any Cordova or React Native project. Additionally, the task can be paired nicely with the [Cordova command task](https://marketplace.visualstudio.com/items/ms-vsclient.cordova-extension) (coming soon for React Native), which allows you to easily "prepare" the platform-specific web assets that can be subsequently released to CodePush using this task.

![CodePush Task + Cordova](task_example.png)
![CodePush Task + Cordova](images/task-example.png)

## Quick Start

Expand Down Expand Up @@ -51,4 +51,4 @@ Refer to the [GitHub repo](https://github.com/Microsoft/code-push-vsts-extension
## Contact Us
* [Email us your questions](mailto:[email protected])
* [Ask for help on StackOverflow](https://stackoverflow.com/questions/tagged/codepush)
* [Follow the CodePush blog](http://microsoft.github.io/code-push/blog/index.html)
* [Follow the CodePush blog](http://microsoft.github.io/code-push/blog/index.html)
Binary file removed docs/task_example.png
Binary file not shown.
9 changes: 8 additions & 1 deletion vsts-extension-code-push.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "CodePush",
"version": "1.0.0",
"publisher": "ms-vsclient",
"public": false,
"public": true,
"description": "Provides a deploy task that enables performing continuous delivery to the CodePush service from an automated VSTS build definition",
"categories": [
"Build and release"
Expand Down Expand Up @@ -37,11 +37,18 @@
"content":{
"details": {
"path": "docs/extension-overview.md"
},
"thirdpartynotice": {
"path": "thirdpartynotices.txt"
}
},
"files": [
{
"path": "code-push-vsts-task"
},
{
"path": "images",
"addressable": true
}
],
"contributions": [
Expand Down

0 comments on commit edfd664

Please sign in to comment.