About 9,810,000 results
Open links in new tab
  1. How do I trigger build and test on a pull request in azure devops?

    Apr 22, 2020 · 105 How do I trigger build and test on a pull request in azure devops? Build validation should be exactly what you are looking for. Set a policy requiring changes in a pull …

  2. java - Gradle build without tests - Stack Overflow

    Dec 9, 2023 · I want to execute gradle build without executing the unit tests. I tried: gradle -Dskip.tests build That doesn't seem to do anything. Is there some other command I could use?

  3. MSBuild: What is it, and when do I need it? - Stack Overflow

    Aug 30, 2010 · I seem to have missed Day 1 of MsBuild 101. I find myself asking "What does it do, what does it replace, and when do I need it?" since I can just hit F5 and compile my …

  4. Visual Studio Post Build Event - Stack Overflow

    On a successful build, I wish to copy the contents of the output directory to a different location under the same "base" folder. This parent folder is a relative part and can vary based on …

  5. maven error BUILD FAILURE - Stack Overflow

    Nov 18, 2011 · I am following a maven tutorial. I am trying to execute this command which is my 1st maven command. Tutorial says it will crate a directory named my-app, but it didn't. This is …

  6. How do I cancel a build that is in progress in Visual Studio?

    Jul 6, 2018 · Almost unconsciously I hit the keyboard build macro that builds my entire solution. This can happen just as I notice a code change. The build dominates my computer, and I …

  7. Getting msbuild.exe without installing Visual Studio

    Jul 23, 2019 · How do you get msbuild.exe without installing those crazy Visual Studio programs? I need it for an npm install to finish working. I'm on Windows 7 and can't get on older …

  8. How to install Visual C++ Build tools? - Stack Overflow

    Nov 9, 2016 · The Build Tools give you a way to install the tools you need on your build machines without the IDE you don’t need. Because these components are the same as the ones …

  9. How do I set environment variables during the "docker build" …

    I'm trying to set environment variables in docker container during the build but without success. Setting them when using run command works but I need to set them during the build. …

  10. How can I build JAR files from IntelliJ IDEA properly?

    To actually build and save it do the following: Build → Build Artifact → Build Try Extracting the .jar file from: 📦ProjectName ┗ 📂out ┗ 📂artifacts ┗ 📂ProjectName_jar ┗ 📜ProjectName.jar References: (Aug …