-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathappveyor.yml
More file actions
31 lines (31 loc) · 802 Bytes
/
appveyor.yml
File metadata and controls
31 lines (31 loc) · 802 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
version: 1.0.{build}
image: Visual Studio 2019 Preview
configuration: Release
before_build:
- cmd: dotnet tool restore
- cmd: dotnet restore PooledStream.slnproj
build_script:
cmd: dotnet tool run dotnet-cake build.cake -Configuration=Release
test: off
artifacts:
- path: PooledStream\bin\Release\*.nupkg
name: NugetPackages
nuget:
project_feed: true
deploy:
- provider: NuGet
api_key:
secure: qaUt8ba0PUgACIO+bnj5thkgustzf23DumldizjHM3rEVZX/6d82TrKkLhQ3wpbr
on:
APPVEYOR_REPO_TAG: true
branch: master
artifact: NuGetPackages
- provider: GitHub
auth_token:
secure: MFZg3Ryx8cZ9XWIf8qvSE+48pmQc2LPAcPiRQ7bUtPRKj4mXvn+mtZVzPV7tQyX1
on:
APPVEYOR_REPO_TAG: true
branch: master
artifact: NuGetPackages
prerelease: false
draft: true