Skip to content

Commit 1d8cbc9

Browse files
committed
Calling nunit explicitly with /noshadow option
1 parent 64ee249 commit 1d8cbc9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ build_script:
2323
- cmd: 7z a "GitVersion_%GitVersion_NuGetVersion%.zip" NuGetCommandLineBuild\Tools\*.*
2424
- cmd: appveyor PushArtifact "GitVersion_%GitVersion_NuGetVersion%.zip"
2525

26-
test:
27-
assemblies:
28-
- '**\*.Tests.dll'
26+
test_script:
27+
- nunit-console "GitVersionTask.Tests\bin\%CONFIGURATION%\GitVersionTask.Tests.dll" "GitVersionExe.Tests\bin\%CONFIGURATION%\GitVersionExe.Tests.dll" "GitVersionCore.Tests\bin\%CONFIGURATION%\GitVersionCore.Tests.dll" /noshadow
2928

3029
deploy:
3130
- provider: NuGet

0 commit comments

Comments
 (0)