forked from IoTSharp/IoTSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
41 lines (41 loc) · 1.35 KB
/
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
version: 3.1.{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true
image: Visual Studio 2022
configuration: Release
platform: Any CPU
init:
- ps: Install-Product node $env:nodejs_version
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
version_prefix: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
environment:
nodejs_version: 11
build_script:
- cmd: msbuild -r -v:m -t:rebuild -p:Configuration=Release IoTSharp.sln
artifacts:
- path: IoTSharp\bin\Release\*.nupkg
- path: IoTSharp.SDKs\IoTSharp.Sdk.MQTT\bin\Release\*.nupkg
- path: IoTSharp.SDKs\IoTSharp.Sdk.CSharp\bin\Release\*.nupkg
- path: IoTSharp.Extensions\bin\Release\*.nupkg
- path: IoTSharp.Extensions.AspNetCore\bin\Release\*.nupkg
- path: IoTSharp.Extensions.BouncyCastle\bin\Release\*.nupkg
- path: IoTSharp.Extensions.DependencyInjection\bin\Release\*.nupkg
- path: IoTSharp.Extensions.EFCore\bin\Release\*.nupkg
- path: IoTSharp.Extensions.RESTful\bin\Release\*.nupkg
- path: IoTSharp.Extensions.X509\bin\Release\*.nupkg
- path: IoTSharp.Extensions.QuartzJobScheduler\bin\Release\*.nupkg
deploy: "off"