About 50 results
Open links in new tab
  1. msbuild - When should we call a target using 'DependsOnTargets' and ...

    DependsOnTarget target attribute BeforeTargets and AfterTargets target attributes in MSBuild 4 Using CallTarget is an explicit approach, you start at your first target and call explicitly each target in the …

  2. MSBuild passing parameters to CallTarget - Stack Overflow

    Jul 22, 2015 · Somehow indicate I want to deploy to testing --> </CallTarget> </Target> But I can't work out how to allow parameters to be passed into the CallTarget, and then in turn the Target itself.

  3. How to resolve 'Assertions require every name in the call target to be ...

    Oct 10, 2020 · How to resolve 'Assertions require every name in the call target to be declared with an explicit type annotation.ts (2775)'? Ask Question Asked 5 years, 4 months ago Modified 2 years, 1 …

  4. makefile execute another target - Stack Overflow

    Jul 16, 2010 · Also, you may still declare multiple lines of prerequisites for the same target: they are appended appropriately. Note that if you declare the same file to be both a normal and an order-only …

  5. typescript - Assertions require every name in the call target to be ...

    Oct 9, 2022 · Assertions require every name in the call target to be declared with an explicit type annotation. (2775) input.tsx (15, 7): 'services' needs an explicit type annotation.

  6. How do you conditionally call a target based on a target variable ...

    Oct 1, 2013 · I want a different version of the clean target to run based on whether make dev or make prod are run on a makefile. I'm not compiling anything per se, just want to conditionally call a …

  7. c++ - How do I make a target in a makefile invoke another target in …

    Nov 25, 2015 · How do I make a target in a makefile invoke another target in the makefile Ask Question Asked 13 years, 3 months ago Modified 10 years, 3 months ago

  8. How to manually call another target from a make target?

    How to manually call another target from a make target? Asked 14 years, 11 months ago Modified 9 years, 1 month ago Viewed 59k times

  9. CMake: Splitting (independent) libraries into different target_link ...

    Sep 1, 2011 · CMake does not recognize anything from "target_link_libraries (A B C)" other than that target A depends on libraries B and C. You must specify only directly dependent libraries. CMake will …

  10. Ant target calling - Stack Overflow

    Apr 8, 2013 · Otherwise, if the directory isn't there, it won't execute. Note that update.backup first calls any dependencies before it checks whether the property on the if or unless parameter for the target …