Skip to content

Commit

Permalink
Switched publishers
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGinnivan committed Feb 4, 2016
1 parent fdaccb9 commit 2bbe5bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build_script:

- cmd: 7z a "GitVersionTfsBuildTask_%GitVersion_NuGetVersion%.zip" -r .\build\GitVersionTfsTaskBuild\GitVersionTask\*.*
- cmd: appveyor PushArtifact "GitVersionTfsBuildTask_%GitVersion_NuGetVersion%.zip"
- cmd: appveyor PushArtifact "build\GitVersionTfsTaskBuild\jakeginnivan.gitversion-%GitVersion_SemVer%.vsix"
- cmd: appveyor PushArtifact "build\GitVersionTfsTaskBuild\gittools.gitversion-%GitVersion_SemVer%.vsix"

test_script:
- nunit-console "src\GitVersionTask.Tests\bin\%CONFIGURATION%\GitVersionTask.Tests.dll" "src\GitVersionExe.Tests\bin\%CONFIGURATION%\GitVersionExe.Tests.dll" "src\GitVersionCore.Tests\bin\%CONFIGURATION%\GitVersionCore.Tests.dll" /noshadow
Expand Down
5 changes: 3 additions & 2 deletions src/GitVersionTfsTask/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"manifestVersion": 1,
"id": "gitversion",
"name": "GitVersion",
"publisher": "jakeginnivan",
"publisher": "gittools",
"public": true,
"author": "GitVersion Contributors",
"version": "$version$",
"description": "Build task for easy semantic versioning for projects using Git.",
Expand Down Expand Up @@ -41,7 +42,7 @@
},
"support": {
"uri": "https://github.com/GitTools/GitVersion/issues"
}
}
},
"screenshots": [
{
Expand Down

0 comments on commit 2bbe5bb

Please sign in to comment.