forked from SpecFlowOSS/SpecFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
35 lines (25 loc) · 1.17 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
version: build{build}
image: Visual Studio 2017
branches:
only:
- master
cache:
- packages -> **\packages.config
nuget:
project_feed: true
disable_publish_on_pr: true
configuration: Release
before_build:
- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
- appveyor DownloadFile https://raw.githubusercontent.com/appveyor/ci/master/scripts/nuget-restore.cmd
- nuget-restore
build:
project: TechTalk.SpecFlow.sln
verbosity: normal
test: off
test_script:
- cmd: nunit3-console Tests\TechTalk.SpecFlow.GeneratorTests\bin\%configuration%\TechTalk.SpecFlow.GeneratorTests.dll Tests\TechTalk.SpecFlow.IntegrationTests\bin\%configuration%\TechTalk.SpecFlow.IntegrationTests.dll Tests\TechTalk.SpecFlow.RuntimeTests\bin\%configuration%\TechTalk.SpecFlow.RuntimeTests.dll Tests\TechTalk.SpecFlow.Specs\bin\%configuration%\TechTalk.SpecFlow.Specs.dll --agents=1 --result=TestResults.xml;format=AppVeyor
artifacts:
- path: '\Installer\NuGetPackages\bin\SpecFlow.*.nupkg'
- path: Installer\SpecFlowBinPackage\bin\SpecFlowBinPackage.zip
- path: Installer\SpecFlowBinPackage\bin\SpecFlowSymbolPackage.zip