Skip to content

Commit 2d1f183

Browse files
author
Edward Thomson
committed
Inspect nuget version during build
1 parent 9a94aa9 commit 2d1f183

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ before_install:
1818
- date -u
1919
- uname -a
2020
- env | sort
21+
- nuget help
2122

2223
solution: LibGit2Sharp.sln
2324

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ cache:
9696
- packages
9797

9898
before_build:
99-
- ps: nuget restore "$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.sln"
99+
- ps: |
100+
nuget help
101+
nuget restore "$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.sln"
100102
101103
build_script:
102104
- ps: |

0 commit comments

Comments
 (0)