-
-
Notifications
You must be signed in to change notification settings - Fork 170
Expand file tree
/
Copy pathappveyor.yml
More file actions
25 lines (22 loc) · 621 Bytes
/
appveyor.yml
File metadata and controls
25 lines (22 loc) · 621 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
version: 1.0.{build}
image: Visual Studio 2022
configuration: Release
build:
project: source\ConsoleControl.sln
publish_nuget: true
verbosity: minimal
before_build:
- appveyor-retry nuget restore source\ConsoleControl.sln
# Deploy to Nuget and GitHub Releases.
deploy:
- provider: NuGet
api_key:
secure: TWio+nDN8Ew7+OH7J3tLcEoM6DmxrIwfAr+2Ag8ROWJUEnXyoSAZ/I1GxBgB0qMd
on:
APPVEYOR_REPO_TAG: true
- provider: GitHub
auth_token:
secure: KTWUORrnJKPKLSf/3ROLY50T9UfgTMnKHf3OjBOv8tlY/DAxtlglRU3eM+j45fMt
artifact: ConsoleControl.nupkg, ConsoleControl.WPF.nupkg
on:
APPVEYOR_REPO_TAG: true