Skip to content

Commit

Permalink
render extension public
Browse files Browse the repository at this point in the history
  • Loading branch information
michelcedric committed Aug 26, 2018
1 parent 9cd9d9b commit 577ef69
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 36 deletions.
1 change: 1 addition & 0 deletions MongoSync/MongoSync.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
<None Include="Vsts-Extension\home\overview.md" />
<None Include="Vsts-Extension\home\buildAndReleaseTask\ps_modules\VstsTaskSdk\FindFunctions.ps1" />
<None Include="Vsts-Extension\home\buildAndReleaseTask\ps_modules\VstsTaskSdk\InputFunctions.ps1" />
<None Include="Vsts-Extension\home\buildAndReleaseTask\ps_modules\VstsTaskSdk\LegacyFindFunctions.ps1" />
Expand Down
Binary file modified MongoSync/Vsts-Extension/home/images/extension-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions MongoSync/Vsts-Extension/home/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The version 1.0.0 support the synchrnoisation of functions from source data base to target database.
81 changes: 47 additions & 34 deletions MongoSync/Vsts-Extension/home/vss-extension.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,49 @@
{
"manifestVersion": 1,
"id": "build-release-task",
"name": "MongoDbSync",
"version": "1.0.0",
"publisher": "cedric-michel",
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"description": "Synchronisation MongoDb tool",
"categories": [
"Build and release"
],
"icons": {
"default": "images/extension-icon.png"
},
"files": [
{
"path": "buildAndReleaseTask"
}
],
"contributions": [
{
"id": "custom-build-release-task",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "buildAndReleaseTask"
}
}
]
"manifestVersion": 1,
"id": "build-release-task",
"name": "MongoDbSync",
"version": "1.0.1",
"publisher": "cedric-michel",
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"content": {
"details": {
"path": "overview.md"
}
},
"links": {
"getstarted": {
"uri": "https://github.com/michelcedric/MongoDbSynchronisation"
}
},
"description": "Synchronisation MongoDb tool",
"categories": [
"Build and release"
],
"icons": {
"default": "images/extension-icon.png"
},
"files": [
{
"path": "buildAndReleaseTask"
}
],
"contributions": [
{
"id": "custom-build-release-task",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "buildAndReleaseTask"
}
}
],
"galleryFlags": [
"Public"
]
}
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ Run the tool in command line. You can use --help to see the help.

![help](https://raw.githubusercontent.com/michelcedric/MongoDbSynchronisation/master/help.PNG)

## VSTS build or release task
The tool support VSTS
## Visual Studio Team Services build or release task
The tool support Visual Studio Team Services
View on the [marketplace](https://marketplace.visualstudio.com/items?itemName=Cedric-Michel.build-release-task#overview)


### Future
* index synchronisation
Expand Down

0 comments on commit 577ef69

Please sign in to comment.