Skip to content

Commit 17a6016

Browse files
updating build file to download nuget packages.
1 parent f279ef9 commit 17a6016

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
version: 1.0.{build}
2+
before_build:
3+
- nuget restore
24
build:
5+
project: CodeCoveProject.sln
36
verbosity: minimal
47
after_test:
58
- packages\OpenCover.4.6.166\tools\OpenCover.Console.exe -register:user -target:"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\MSTest.exe" -targetargs:"/noresults /noisolation /testcontainer:"".\MyUnitTests\bin\Debug\MyUnitTests.dll" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:.\MyProject_coverage.xml
69
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
710
- pip install codecov
8-
- codecov -f "MyProject_coverage.xml"
11+
- codecov -f "MyProject_coverage.xml"

0 commit comments

Comments
 (0)