Skip to content

Commit

Permalink
Net Core - AppVeyor matrix take 4
Browse files Browse the repository at this point in the history
Issue #3197
  • Loading branch information
amaitland committed Aug 14, 2020
1 parent 28b8f6d commit b6a0e27
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ clone_depth: 10
matrix:
- fast_finish: true

#Skip builing if we only modify text files
skip_commits:
- files:
- '**/*.md'
- '**/*.html'
- '**/*.js'
- '**/*.css'
- '**/*.txt'

for:
-
matrix:
Expand Down Expand Up @@ -53,3 +44,12 @@ deploy:
skip_symbols: true
symbol_server: https://www.myget.org/F/cefsharp/api/v2/package
artifact: nupkgfiles

#Skip builing if we only modify text files
skip_commits:
- files:
- '**/*.md'
- '**/*.html'
- '**/*.js'
- '**/*.css'
- '**/*.txt'

0 comments on commit b6a0e27

Please sign in to comment.