NUnit category list in appveyor.yml being ignored?

simon's Avatar

simon

02 Jun, 2014 04:31 AM

Hi,

I've just setup my appveyor.yml and set it to contain only one of my 2 NUnit categories, but it's still building the test in the other category, have I done something wrong?

You can see the file here, the category I don't want run is "load".

Thanks
Simon

  1. Support Staff 1 Posted by Feodor Fitsner on 02 Jun, 2014 04:46 AM

    Feodor Fitsner's Avatar

    Hi Simon,

    There is a typo. Should be test, not tests:

    version: 1.0.{build}
    build:
      project: ConcurrentLinkedDictionary.xbuild
    test:
      categories:
        - development
    
  2. 2 Posted by simon on 02 Jun, 2014 08:04 PM

    simon's Avatar

    Aah, good spot. Works a treat now.

    Thanks!

  3. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:44 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac

Recent Discussions

18 Jun, 2025 08:45 PM
18 Jun, 2025 04:23 PM
13 Jun, 2025 04:36 PM
13 Jun, 2025 04:27 PM
13 Jun, 2025 07:20 AM

 

10 Jun, 2025 01:56 AM
09 Jun, 2025 07:11 PM
04 Jun, 2025 04:08 PM
27 May, 2025 05:48 PM
27 May, 2025 06:37 AM
27 May, 2025 06:31 AM