Test Container not building on Jenkins

Sysprogs forums Forums VisualGDB Test Container not building on Jenkins

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27268
    Roman.Thiel
    Participant

    Today i am trying to get an embedded unit test running on Jenkins using the tiny embedded test engine. So good so far i got it running if i check-in the testcontainer into the source control.

    It seens that the testcontainer is not build automaticly. It can be reproduced like this:

    1. Open Visual Studio
    2. Use “Clean” on Unit Test project
    3. Use “Build” on Unit Test project -> “\VisualGDB\VisualGDBCache\xxx-Release” folder only contains “MemoryUtilizationReport.xml”
    4. Now use “Run Tests” on projects -> vgdbtestcontainer is created

    I am using VisualGDB-5.5.3.3462 because of the test result publish isues. My Visual Studio Version is 16.3.10

    Is there a way to force a build of the vgdbtestcontainer?

    Thanks,

    Roman

     

     

     

    #27271
    support
    Keymaster

    Hi,

    Yes, please use the following setting: VS Project Properties -> General -> General -> Generate a test container file = Yes.

    Note that this setting is stored separately for Debug/Release configurations, hence you need to update it for every relevant configuration.

    #27284
    Roman.Thiel
    Participant

    Thank you. That helped me.

    Thanks,

    Roman

     

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.