forked from nunit/nunit-console
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
28 lines (23 loc) · 763 Bytes
/
appveyor.yml
File metadata and controls
28 lines (23 loc) · 763 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
image: Visual Studio 2022
# do not trigger build for branches intended to test azure pipeline only
branches:
except:
- /^azure-/
build_script:
- ps: dotnet --info
- ps: .\build.ps1 --target=Appveyor --configuration=Release
# disable built-in tests.
test: off
artifacts:
- path: package\*.nupkg
- path: package\*.msi
- path: package\*.zip
environment:
NUNIT_MYGET_API_KEY:
secure: wtAvJDVl2tfwiVcyLExFHLvZVfUWiQRHsfdHBFCNEATeCHo1Nd8JP642PfY8xhji
NUNIT_NUGET_API_KEY:
secure: xwXh6lXIun0EFVNqJV03DX3DuT1yW9419ljqNPrkm6SdsKoJm13QqoxY4EuqzyVs
NUNIT_CHOCO_API_KEY:
secure: aDsu1U+umVYFVybjkBVtVQsatSj3QKbD7VkGQci9mNF3493g9Giao/GABISIaHjT
GITHUB_ACCESS_TOKEN:
secure: RJ6sKRBZzwXz8JQvj8zcp45mkHNDad1UlvmfCsiVx63V9/pXHcm2Y2Lg/G/Vyhlz