18 строки
334 B
YAML
18 строки
334 B
YAML
platform: Any CPU
|
|
version: 5.7.{build}
|
|
configuration: Debug
|
|
image: Visual Studio 2017
|
|
|
|
before_build:
|
|
- nuget restore CodeConverter.sln
|
|
|
|
build:
|
|
project: CodeConverter.sln
|
|
|
|
test:
|
|
assemblies:
|
|
- 'Tests\bin\%configuration%\CodeConverter.Tests.dll'
|
|
|
|
artifacts:
|
|
- path: 'Vsix\bin\%configuration%\CodeConverter.VsExtension.vsix'
|