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 979824d commit e53da31Copy full SHA for e53da31
appveyor.yml
@@ -23,6 +23,12 @@ 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
+ - GitVersionExe.Tests\bin\$(Configuration)\GitVersionExe.Tests.dll
29
+ - GitVersionCore.Tests\bin\$(Configuration)\GitVersionCore.Tests.dll
30
+ - GitVersionTask.Tests\bin\$(Configuration)\GitVersionTask.Tests.dll"
31
+
32
deploy:
33
- provider: NuGet
34
server: http://chocolatey.org
0 commit comments