-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathappveyor.yml
More file actions
35 lines (25 loc) · 748 Bytes
/
Copy pathappveyor.yml
File metadata and controls
35 lines (25 loc) · 748 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
33
34
version: build-{build}
configuration: Release
image: Ubuntu2204
environment:
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
NUGET_DEPLOY_KEY:
secure: bfIsyEMzYM9AJCFQwxLjAC48zi8/pNgUokbWcEcEo4hzLvrGCKEN6pNYkQIx/w2J
nuget:
disable_publish_on_pr: true
before_build:
- dotnet --info
- dotnet restore .\src\DotNetSortRefs.sln
build_script:
- dotnet build .\src\DotNetSortRefs.sln --configuration Release
# after_test:
# - dotnet pack .\src\DotNetSortRefs --configuration Release
# artifacts:
# - path: '**\dotnet-sort-refs.*.*nupkg' # find all NuGet packages recursively
# deploy:
# provider: NuGet
# api_key: $(NUGET_DEPLOY_KEY)
# artifact: /.*\.nupkg/
# on:
# APPVEYOR_REPO_TAG: true