forked from dahall/Active-Directory-Object-Picker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
38 lines (29 loc) · 790 Bytes
/
appveyor.yml
File metadata and controls
38 lines (29 loc) · 790 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
35
36
37
38
# http://www.appveyor.com/docs/appveyor-yml
image: Visual Studio 2019
# version format
version: 3.0.{build}
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
# Assembly Info
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
version_prefix: '{version}'
#Build Relase instead of Debug
configuration: Release
# Make sure all NuGet packages are installed before building.
before_build:
- nuget restore
artifacts:
- path: '**\Tulpep.ActiveDirectoryObjectPicker*.nupkg'
name: Tulpep.ActiveDirectoryObjectPicker.nupkg
#Publish NuGet
deploy:
provider: NuGet
api_key:
secure: 5ldn0g+rIeS2ZHbyFJjilj/nCUyUcTTMN1As3uJ3kCtW2QStDsdk4dCiL4G2KvOL
artifact: /.*\.nupkg/
on:
branch: master