File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ build_script:
27
27
28
28
- cmd : 7z a "GitVersionTfsBuildTask_%GitVersion_NuGetVersion%.zip" -r .\build\GitVersionTfsTaskBuild\GitVersionTask\*.*
29
29
- cmd : appveyor PushArtifact "GitVersionTfsBuildTask_%GitVersion_NuGetVersion%.zip"
30
- - cmd : appveyor PushArtifact "build\GitVersionTfsTaskBuild\jakeginnivan .gitversion-%GitVersion_SemVer%.vsix"
30
+ - cmd : appveyor PushArtifact "build\GitVersionTfsTaskBuild\gittools .gitversion-%GitVersion_SemVer%.vsix"
31
31
32
32
test_script :
33
33
- 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
Original file line number Diff line number Diff line change 2
2
"manifestVersion" : 1 ,
3
3
"id" : " gitversion" ,
4
4
"name" : " GitVersion" ,
5
- "publisher" : " jakeginnivan" ,
5
+ "publisher" : " gittools" ,
6
+ "public" : true ,
6
7
"author" : " GitVersion Contributors" ,
7
8
"version" : " $version$" ,
8
9
"description" : " Build task for easy semantic versioning for projects using Git." ,
41
42
},
42
43
"support" : {
43
44
"uri" : " https://github.com/GitTools/GitVersion/issues"
44
- }
45
+ }
45
46
},
46
47
"screenshots" : [
47
48
{
You can’t perform that action at this time.
0 commit comments