Skip to content

Commit

Permalink
test appveyor assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
geneotech committed Oct 31, 2017
1 parent abc01f9 commit 8405f0e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ configuration: Release
build:
parallel: true # enable MSBuild parallel builds
project: dev/Introspector-generator.sln # path to Visual Studio solution or project
verbosity: detailed
verbosity: normal

test:
assemblies:
only:
- '**\*.Introspector-generator.exe'
- '**\*.Introspector-generator-Debug.exe'

before_build:
- mkdir dev
Expand Down

0 comments on commit 8405f0e

Please sign in to comment.