-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathappveyor.yml
35 lines (35 loc) · 954 Bytes
/
appveyor.yml
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
version: 1.0.{build}
image: Visual Studio 2022
# NuGet package config steps:
# https://stackoverflow.com/a/42911281/1179467
#
# The following settings are stored in the global YAML configuration
# https://ci.appveyor.com/tools/global-yaml
#
# environment:
# nuget_user: [email protected]
# nuget_password:
# secure: 3NGHFt0DAcM5k10SVMGsKQ==
# install:
# nuget sources add -Name PNNLCompMassSpec -Source https://ci.appveyor.com/nuget/pnnlcompmassspec-a6xbbb3j056m -UserName %nuget_user% -Password %nuget_password%
# nuget:
# account_feed: false
# project_feed: false
#
before_build:
- cmd: nuget.exe restore MASIC_BuildAll.sln
build:
project: MASIC_BuildAll.sln
verbosity: minimal
test:
categories:
except:
- DatabaseNamedUser
- DatabaseIntegrated
artifacts:
- path: bin
name: MASIC
- path: bin\Console\Debug
name: MASIC_Console
- path: MASICBrowser\bin
name: MASICBrowser