forked from maikebing/NGitLabPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
34 lines (34 loc) · 825 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
version: 2.0.{build}
branches:
only:
- NGitLabPlus
image: Visual Studio 2017
configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- nuget restore NGitLab\NGitLabPlus.sln
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
build:
verbosity: minimal
test: off
artifacts:
- path: NGitLab\NGitLab\bin\Release\NGitLab.Plus-UDIntel*.nupkg
name: NGitLab.Plus-UDIntel
deploy:
- provider: NuGet
api_key:
secure: PU0bPRkO2aQof2bCGjqULQbq3cu/ypakQxsPQrbKTH9p/QMMmMmk5hPD+sGhIKcz
on:
branch: /release-of-fork/