Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for resultUnbuildableSolution (0.67 sec)

  1. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/visualstudio/VisualStudioMultiProjectIntegrationTest.groovy

            when:
            def resultUnbuildableSolution = msbuild
                    .withSolution(solutionFile('app.sln'))
                    .withConfiguration('unbuildable')
                    .succeeds()
    
            then:
            resultUnbuildableSolution.size() == 1
            resultUnbuildableSolution[0].assertTasksExecuted()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 18.3K bytes
    - Viewed (0)
Back to top