-
Notifications
You must be signed in to change notification settings - Fork 15
/
appveyor.yml
47 lines (39 loc) · 963 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.4.{build}
branches:
only:
- master
skip_tags: true
image: Visual Studio 2022
configuration: Release
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
version_prefix: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
before_build:
- ps: dotnet restore
build:
project: Babylon.Blazor.Lib\Babylon.Blazor.csproj
publish_nuget: true
verbosity: minimal
artifacts:
- path: Babylon.Blazor.Lib\bin\Release\net5.0\Babylon.Blazor.dll
name: Babylon.BlazorLib
deploy:
- provider: GitHub
auth_token:
secure: F/19bv2TYoeZ5LhzsKZUeVYgpbI53wUcX8RSHE9+T8CD1Q6tXF+3IBU5xe2YyQQx
artifact: Babylon.BlazorLib
force_update: true
- provider: NuGet
api_key:
secure: v761W1/T2FLgfDsvdfcLKlQSiutFvocnjwTwig7aNOSB3k9ssE5DG/37t5ejQ5lC
username:
secure: h6CRIKObf4nhhTABK4DaJA==
skip_symbols: true
on:
branch: master