-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathappveyor.yml
More file actions
34 lines (34 loc) · 867 Bytes
/
appveyor.yml
File metadata and controls
34 lines (34 loc) · 867 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}'
image: Visual Studio 2019
configuration: Release
platform: Any CPU
before_build:
- cmd: appveyor-retry nuget restore
build:
project: NativeSharp.sln
verbosity: normal
after_build:
- cmd: >-
dotnet pack NativeSharp\NativeSharp.csproj -c Release
artifacts:
- path: bin\Release\net20
name: NativeSharp-net20
- path: bin\Release\net40
name: NativeSharp-net40
- path: bin\Release\netstandard1.3
name: NativeSharp-netstandard1.3
- path: bin\Release\*.*nupkg
name: NativeSharp NuGet Packages
deploy:
- provider: GitHub
tag: $(APPVEYOR_REPO_TAG_NAME)
release: NativeSharp
auth_token:
secure: +8UJ1C312inNq+80I8WST34vPMrCylnmTx+9rmuIh1qnsArA5x2b8yc+kcwkXmQC
on:
APPVEYOR_REPO_TAG: true
- provider: NuGet
api_key:
secure: cEcRKw03ytO7aOibi1TSgahpSikqWO6+Nm88IUJr6XDxRbY++lNARRJRStbjwoQI
on:
APPVEYOR_REPO_TAG: true