Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for installWindowsDebug (0.26 sec)

  1. platforms/native/language-native/src/test/groovy/org/gradle/language/plugins/NativeBasePluginTest.groovy

            linkTask instanceof LinkExecutable
            linkTask.linkedFile.get().asFile == projectDir.file("build/exe/windows/debug/test_app.exe")
    
            def installTask = project.tasks['installWindowsDebug']
            installTask instanceof InstallExecutable
            installTask.executableFile.get().asFile == linkTask.linkedFile.get().asFile
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 20.9K bytes
    - Viewed (0)
Back to top