forked from icsharpcode/SharpZipLib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
34 lines (34 loc) · 764 Bytes
/
appveyor.yml
File metadata and controls
34 lines (34 loc) · 764 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
25
26
27
28
29
30
31
32
33
34
version: '{build}'
image: Visual Studio 2017
configuration:
- Debug
- Release
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: $(VERSION)
package_version: $(VERSION)
assembly_version: $(BIN_VERSION)
file_version: $(BIN_VERSION)
informational_version: $(VERSION)
install:
- ps: tools/appveyor-install.ps1
nuget:
project_feed: true
disable_publish_on_pr: true
before_build:
- ps: nuget restore ICSharpCode.SharpZipLib.sln
- ps: .\tools\appveyor-docfx-init.ps1
build:
project: ICSharpCode.SharpZipLib.sln
publish_nuget: true
publish_nuget_symbols: true
verbosity: normal
after_build:
- ps: .\tools\appveyor-docfx-build.ps1
test_script:
- ps: tools\appveyor-test.ps1
artifacts:
- path: docs\help\_site
type: zip
name: Documentation