Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getMSBuildInstall (0.21 sec)

  1. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/visualstudio/fixtures/MSBuildVersionLocator.java

        private final VswhereVersionLocator vswhereLocator;
    
        public MSBuildVersionLocator(VswhereVersionLocator vswhereLocator) {
            this.vswhereLocator = vswhereLocator;
        }
    
        public File getMSBuildInstall(AvailableToolChains.InstalledToolChain toolChain) {
            VersionNumber vsVersion;
            if (toolChain instanceof AvailableToolChains.InstalledVisualCpp) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  2. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/visualstudio/fixtures/MSBuildExecutor.java

            }
            return "/t:" + result;
        }
    
        private TestFile findMSBuild() {
            return new TestFile(new MSBuildVersionLocator(VisualStudioLocatorTestFixture.getVswhereLocator()).getMSBuildInstall(toolChain));
        }
    
        private static class ExecutionOutput {
            private final File stdout;
            private final File stderr;
    
            public ExecutionOutput(File stdout, File stderr) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 8K bytes
    - Viewed (0)
Back to top