Skip to content

Commit 72afc66

Browse files
author
Jarrad Lee
committed
Updated .appveyor.yml with correct project locations.
1 parent cd34d6f commit 72afc66

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
version: 2.1.0.{build}
22
before_build:
3-
- nuget restore src\Telesign.sln
3+
- nuget restore Telesign.sln
44
build:
5-
project: src\Telesign.sln
5+
project: Telesign.sln
66
after_test:
7-
- src\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -target:"src\packages\NUnit.ConsoleRunner.3.6.1\tools\nunit3-console.exe" -targetargs:"src\Telesign.Test\bin\Debug\Telesign.Test.dll --noresult" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:.\coverage.xml
7+
- packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -target:"packages\NUnit.ConsoleRunner.3.6.1\tools\nunit3-console.exe" -targetargs:"Telesign.Test\bin\Debug\Telesign.Test.dll --noresult" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:.\coverage.xml
88
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
99
- pip install codecov
1010
- codecov -f "coverage.xml"

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ Here is a basic code example with JSON response.
8080
'updated_on': '2016-12-12T00:39:58.325559Z'}}
8181
8282
For more examples, see the
83-
`examples <https://github.com/TeleSign/csharp_telesign/tree/master/src/Telesign.Example>`_ project or visit
83+
`examples <https://github.com/TeleSign/csharp_telesign/tree/master/Telesign.Example>`_ project or visit
8484
the `TeleSign Developer Portal <https://developer.telesign.com/>`_.

0 commit comments

Comments
 (0)