-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
47 lines (36 loc) · 955 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
37
38
39
40
41
42
43
44
45
46
47
version: 1.0.{build}-beta.1
image: Visual Studio 2019
configuration: Release
init:
- ps: Update-AppveyorBuild -Version "$env:appveyor_build_version+sha.$($env:appveyor_repo_commit.substring(0,7))"
nuget:
disable_publish_on_pr: true
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '1.0.{build}.0'
file_version: '1.0.{build}.0'
informational_version: '{version}'
matrix:
fast_finish: true # fail fast!
clone_depth: 3
pull_requests:
do_not_increment_build_number: true
before_build:
- cmd: dotnet restore src\DotJEM.Pipelines.sln # Restores .NET Standard
build:
project: src\DotJEM.Pipelines.sln
publish_nuget: true
publish_nuget_symbols: true
test:
assemblies:
- '**\*.test.dll'
deploy:
provider: NuGet
api_key:
secure: PM9RVS7IEdZhY1gCjpIQ+gZWjwph2TmPMiQ3PvGKMJ3VL9EiGp9fZEEhFbCigiNq
skip_symbols: false
on:
branch: master