forked from dpaquette/TagHelperSamples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
24 lines (17 loc) · 697 Bytes
/
Copy pathappveyor.yml
File metadata and controls
24 lines (17 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
version: 1.1.0.{build}.{branch}
init:
- git config --global core.autocrlf true
before_build:
- cmd: dotnet restore TagHelperSamples\TagHelperSamples.sln
build_script:
- cmd: dotnet build TagHelperSamples\src\TagHelperSamples.Bootstrap
- cmd: dotnet build TagHelperSamples\src\TagHelperSamples.Markdown
- cmd: dotnet build TagHelperSamples\src\TagHelperSamples.Markdown.Tests
- cmd: dotnet publish TagHelperSamples\src\TagHelperSamples.Web
artifacts:
- path: '\TagHelperSamples\src\TagHelperSamples.Web\bin\Debug\netcoreapp1.0\publish'
name: WebSite
type: WebDeployPackage
test_script:
- ps: cd .\TagHelperSamples\src\TagHelperSamples.Markdown.Tests
- cmd: dotnet test