forked from mdschweda/AspNetCore.SslRedirect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
21 lines (21 loc) · 698 Bytes
/
Copy pathappveyor.yml
File metadata and controls
21 lines (21 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
version: 1.0.3-build{build}
configuration: Release
init:
- cmd: git config --global core.autocrlf true
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- appveyor-retry dotnet restore -v Minimal
build_script:
- cmd: dotnet build src\AspNetCore.SslRedirect -c %CONFIGURATION%
after_build:
- cmd: dotnet pack src\AspNetCore.SslRedirect -c %CONFIGURATION%
test_script:
- cmd: dotnet test test\AspNetCore.SslRedirect.Tests\AspNetCore.SslRedirect.Tests.csproj -c %CONFIGURATION%
artifacts:
- path: src\AspNetCore.SslRedirect\bin\%CONFIGURATION%\*.nupkg
deploy: off