-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathappveyor.yml
More file actions
32 lines (32 loc) · 874 Bytes
/
appveyor.yml
File metadata and controls
32 lines (32 loc) · 874 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
version: 1.0.{build}
image: Visual Studio 2022
configuration: Debug
before_build:
- nuget restore
build:
project: .\MIG.HomeAutomation.sln
verbosity: minimal
test:
assemblies:
only:
- MIG.HomeAutomation.Tests/bin/Debug/MIG.HomeAutomation.Tests.dll
after_test:
- ps: .\MIG.HomeAutomation\nuget_pack.ps1
artifacts:
- path: '*.nupkg'
name: MIG nupkg
deploy:
- provider: GitHub
auth_token:
secure: QJoBiqbeg1z+3WRoH1IdXRsnXtvwS95U2Z89JH9DrnEhJYMYbRpKjUmGEbOU3OnDLFz8gKqzP8y7KpL226lCb/Y+W6CTt7EGouenMIKnzZBllZVvSG73LdhHgD8RbxIy
draft: false
prerelease: false
on:
appveyor_repo_tag: true
- provider: NuGet
api_key:
secure: VLSz2Mm3RJU7/uhvY1kOSfewPUL43YB7sxMOadvqUyrIFcU2DV2S84mtuySIJJX0
skip_symbols: false
artifact: /.*\.nupkg/
on:
appveyor_repo_tag: true