Skip to content

Commit

Permalink
Pick latest nuget version of sdk for functional tests (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
poornas authored and deekoder committed Aug 29, 2017
1 parent 1f4aed1 commit 1d6b6ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: csharp
dist: trusty
sudo: required
mono: none
dotnet: dotnet-dev-1.0.4
dotnet: 1.0.4
addons:
apt:
packages:
Expand All @@ -16,7 +16,7 @@ branches:
only:
- master
install:
dotnet restore /p:Configuration=.netcore
dotnet restore /p:Configuration=.netcore --runtime ubuntu.16.04-x64
script:
- dotnet publish --runtime ubuntu.16.04-x64 --output out /p:Configuration=.netcore
- ./out/Minio.Functional.Tests
- dotnet /home/travis/build/minio/minio-dotnet/Minio.Functional.Tests/bin/Debug/netcoreapp1.1/ubuntu.16.04-x64/Minio.Functional.Tests.dll
2 changes: 1 addition & 1 deletion Minio.Functional.Tests/Minio.Functional.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</When>
<When Condition=" '$(Configuration)'=='Mint' ">
<ItemGroup>
<PackageReference Include="Minio.Netcore" Version="1.0.0" />
<PackageReference Include="Minio.Netcore" Version="1.0.*" />
</ItemGroup>
</When>
</Choose>
Expand Down

0 comments on commit 1d6b6ef

Please sign in to comment.