-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappveyor.yml
More file actions
32 lines (32 loc) · 783 Bytes
/
Copy pathappveyor.yml
File metadata and controls
32 lines (32 loc) · 783 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
version: 5.0.{build}
image:
- Visual Studio 2022
- Ubuntu2004
- macos-bigsur
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}'
environment:
EnableNuGetPackageRestore: true
ResolveNuGetPackageAssets: true
DOTNETCORE: 6
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
nuget:
disable_publish_on_pr: true
disable_publish_octopus: true
build:
publish_nuget: true
publish_nuget_symbols: true
use_snupkg_format: true
include_nuget_references: true
verbosity: minimal
build_script:
- dotnet build --configuration Release --verbosity normal