-
Notifications
You must be signed in to change notification settings - Fork 532
Expand file tree
/
Copy pathappveyor.yml
More file actions
26 lines (26 loc) · 739 Bytes
/
appveyor.yml
File metadata and controls
26 lines (26 loc) · 739 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
image: Visual Studio 2022
version: 1.0.{build}
configuration:
- Release
before_build:
- nuget restore
- dotnet restore
assembly_info:
patch: false
file: AssemblyInfo.cs
assembly_version: '{version}'
assembly_file_version: '{version}'
build:
project: LiteNetLib.sln
test_script:
- dotnet test -m:1 "LiteNetLib.Tests\LiteNetLib.Tests.csproj" --configuration Release --no-build
artifacts:
- path: LiteNetLib/bin/Release/net471
name: LiteNetLib-$(appveyor_build_version)
type: Zip
- path: LiteNetLib/bin/Release/netstandard2.0
name: LiteNetLibStandard-$(appveyor_build_version)
type: Zip
- path: LiteNetLib/bin/Release/netcoreapp3.1
name: LiteNetLibNetCore-$(appveyor_build_version)
type: Zip