Skip to content
This repository was archived by the owner on Dec 23, 2022. It is now read-only.

Commit be4afa7

Browse files
committed
Fixed mistake in appveyor.yml
1 parent e0151c7 commit be4afa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
before_build:
22
- nuget restore
33
build_script:
4-
- msbuild /verbosity:quiet "YourSolution"
4+
- msbuild /verbosity:quiet "RCON.sln"
55
test_script:
66
- .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -target:"%xunit20%\xunit.console.x86.exe" -targetargs:"RCONServerLib.Tests\bin\Debug\RCONServerLib.Tests.dll -noshadow" -output:"coverage.xml" -filter:"+RCONServerLib* -RCONServerLibTests*"
77
after_test:

0 commit comments

Comments
 (0)