Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 338e491

Browse files
Merge pull request #20 from GitTools/feature/gitlink_v2
#18 Support GitLink
2 parents 86f55ce + b549433 commit 338e491

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
install:
22
- choco install gitversion.portable -pre -y
3-
3+
- cinst gitlink -pre -y
4+
45
platform:
56
- Any CPU
67

@@ -18,6 +19,7 @@ build:
1819
project: src\GitTools.Core.sln
1920

2021
after_build:
22+
- cmd: gitlink . -u https://github.com/gittools/gittools.core -b %APPVEYOR_REPO_BRANCH% -s %APPVEYOR_REPO_COMMIT% -f src\GitTools.Core.sln
2123
- cmd: nuget pack src\GitTools.Core\GitTools.Core.nuspec -BasePath output\%CONFIGURATION%\GitTools.Core\ -version "%GitVersion_NuGetVersion%"
2224
- cmd: appveyor PushArtifact "GitTools.Core.%GitVersion_NuGetVersion%.nupkg"
2325

0 commit comments

Comments
 (0)