Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e20111

Browse files
committed
Merge pull request #31 from pythonnet/removenugetfromappveyor
Remove call to NuGet restore from appveyor configuration
2 parents 78f361f + 74fb918 commit 6e20111

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ install:
2121

2222
build_script:
2323
- cd pythonnet
24-
- tools\nuget\NuGet.exe restore pythonnet.sln
2524
- C:\python\python.exe setup.py bdist_wheel
2625

2726
test_script:

0 commit comments

Comments
 (0)