Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getLibraryTasks (0.11 sec)

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

                }
            """
            and:
            run "visualStudio"
    
            then:
            executedAndNotSkipped getLibraryTasks("both")
            executedAndNotSkipped getStaticLibraryTasks("staticOnly")
            notExecuted getSharedLibraryTasks("staticOnly")
            notExecuted getLibraryTasks("none")
    
            and:
            final bothLibProjectFile = projectFile("bothLib.vcxproj")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 35.7K bytes
    - Viewed (0)
Back to top