Skip to content

Commit

Permalink
bump GitVersionTask (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen authored Nov 7, 2019
1 parent f31bab7 commit e49a5c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ language: csharp
mono: none
dotnet: 3.0.100
dist: bionic
git:
depth: false
sudo: required
services:
- docker
script:
- export PATH="$PATH:$HOME/.dotnet/tools"
- dotnet tool install --global GitVersion.Tool --version 5.1.2
- dotnet gitversion
- dotnet build
- dotnet test
cache:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ skip_branch_with_pr: true

install:
- ps: dotnet tool install -g Codecov.Tool
- ps: dotnet tool install -g GitVersion.Tool
- ps: dotnet tool install -g GitVersion.Tool --version 5.1.2
- ps: dotnet tool install -g dotnet-format

before_build:
Expand Down
2 changes: 1 addition & 1 deletion src/GitLabApiClient/GitLabApiClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GitVersionTask" Version="5.1.1" PrivateAssets="All" />
<PackageReference Include="GitVersionTask" Version="5.1.2" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
</ItemGroup>
Expand Down

0 comments on commit e49a5c7

Please sign in to comment.