Skip to content

Commit

Permalink
Trying to fix appveyor build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-luberda committed Mar 20, 2018
1 parent ac1f9f0 commit 0e47455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ before_build:
(Get-Content $nuspec5template).replace('@version', $version) | Set-Content $nuspec5
test_script:
cmd: dotnet test source\Tests\FFImageLoading.Tests -c Release --no-build
cmd: dotnet test source\Tests\FFImageLoading.Tests -c Release --no-build --no-restore

artifacts:
- path: Xamarin.FFImageLoading.*.nupkg

0 comments on commit 0e47455

Please sign in to comment.