We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ee249 commit 1d8cbc9Copy full SHA for 1d8cbc9
appveyor.yml
@@ -23,9 +23,8 @@ build_script:
23
- cmd: 7z a "GitVersion_%GitVersion_NuGetVersion%.zip" NuGetCommandLineBuild\Tools\*.*
24
- cmd: appveyor PushArtifact "GitVersion_%GitVersion_NuGetVersion%.zip"
25
26
-test:
27
- assemblies:
28
- - '**\*.Tests.dll'
+test_script:
+ - nunit-console "GitVersionTask.Tests\bin\%CONFIGURATION%\GitVersionTask.Tests.dll" "GitVersionExe.Tests\bin\%CONFIGURATION%\GitVersionExe.Tests.dll" "GitVersionCore.Tests\bin\%CONFIGURATION%\GitVersionCore.Tests.dll" /noshadow
29
30
deploy:
31
- provider: NuGet
0 commit comments