forked from loresoft/EntityFrameworkCore.Generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
36 lines (28 loc) · 878 Bytes
/
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
36
version: 3.1.0.{build}
os: Visual Studio 2019
environment:
ASPNETCORE_ENVIRONMENT: appveyor
COVERALLS_REPO_TOKEN:
secure: FUpI+qx/M+lkfdUL40MekgpNGvOvPUy2TOJo0tEpUgUpHgwTDX0uYKUtQy8pcTyf
init:
- git config --global core.autocrlf input
services:
- mssql2017
dotnet_csproj:
patch: true
file: 'build\version.props'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
build_script:
- dotnet pack EntityFrameworkCore.Generator.sln --configuration Release --include-symbols --include-source
test_script:
- dotnet test EntityFrameworkCore.Generator.sln --configuration Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[xunit*]*"
artifacts:
- path: artifacts\*.*nupkg
name: Packages
deploy:
- provider: Environment
name: MyGet