Skip to content

Commit

Permalink
Update appveyor config
Browse files Browse the repository at this point in the history
Former-commit-id: a6df9fb02a70fdd1c0c61250ec0746e2b7265b30
  • Loading branch information
alchemistmatt committed May 5, 2017
1 parent 7997fb4 commit a2f8d0d
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions appveyor.yml
@@ -1,18 +1,19 @@
version: 1.0.{build}
image: Visual Studio 2017
before_build:
- cmd: nuget.exe restore InformedProteomics.sln
build:
verbosity: minimal
test:
categories:
except:
- PNL_Domain
- Long_Running
artifacts:
- path: PbfGen\bin\Debug
name: PbfGen
- path: ProMex\bin\Debug
name: ProMex
- path: MSPathFinderT\bin\Debug
version: 1.0.{build}
image: Visual Studio 2017
before_build:
- cmd: nuget.exe restore InformedProteomics.sln
build:
verbosity: minimal
test:
categories:
except:
- PNL_Domain
- Local_Testing
- Long_Running
artifacts:
- path: PbfGen\bin\Debug
name: PbfGen
- path: ProMex\bin\Debug
name: ProMex
- path: MSPathFinderT\bin\Debug
name: MSPathFinder

0 comments on commit a2f8d0d

Please sign in to comment.