post-build Questions

20

Solved

I have a project with a post build event: copy $(ProjectDir)DbVerse\Lunaverse.DbVerse.*.exe $(TargetDir) It works fine every time on my machine. I have a new developer who always gets the "exite...
Hospitium asked 21/11, 2008 at 20:41

4

Is there a possible way / plugin that can run a post build script when a Jenkins job is aborted. I do see that the post build plugin provides an action to execute a set of scripts, but these can be...
Schacker asked 30/7, 2014 at 21:45

1

Solved

I set some post-build commands in Visual Studio 2017 that should allow me to run a program that I currently have in System32 (wsl.exe). However, Visual Studio doesn't see the program. I tried to s...
Butterflies asked 10/9, 2018 at 8:15

3

Solved

I've got an MSBuild script that is just about doing everything that I need it to do apart from my post-build step (see a previous question that I asked: MSBuild conditional Exec?). What I'm lookin...
Pruchno asked 26/11, 2010 at 12:12

4

Solved

I have an application that runs hosted under the "w3wp.exe" process. While debugging, I often find myself following these steps: 1 - Make some change 2 - Build the project 3 - Attach to "w3wp.e...
Procurator asked 5/10, 2010 at 4:33

0

Having the same problem as here described, I want to execute a shell script as a POST_BUILD command of TARGET "package". Target platform is Debian/Ubuntu. I add following to the end of my CMakeLis...
Orthotropic asked 23/4, 2015 at 8:28

2

Solved

I have a PowerShell script set to execute after an MSBuild is finished. It uses environment variables set in the POSTBUILD section of the build process (build directories and the like.) Currently i...
Metrist asked 31/7, 2013 at 19:0

2

I am currently developing a simple plugin that retrieves results from a Jenkins build. I am extending Notifier and using build.getResults() to get the information. However, when I upload my plugin,...
Eldwun asked 9/10, 2012 at 21:3

1

Solved

I am running a script in my Xcode project in the Scheme's Build->Post-actions "Run Script". It runs fine but I would like to see the console output of that script. It doesn't seem to be included in...
Wriggly asked 23/5, 2012 at 15:29

3

Solved

I have a few goals I'd like to achieve but I'm unsure of how to get there: Create a single-click deployment for my web project that includes a minified javascript file Version my minified JavaScr...
Strengthen asked 7/10, 2011 at 13:46

1

Solved

I'm trying to to add a post-build macro that would conditionally copy some files after the build if the configuration is not "Debug". I'm trying the following: if ('$(ConfigurationName)' <> ...

1

Solved

I'm trying to make a post-build commit in Jenkins CI when it's succeeded. Is there a way to make this? My problem is that when i build it generates some dll's in the workspace that i need to comm...
Denman asked 18/8, 2011 at 9:2

1

Solved

I have a job in Jenkins which has 2 params. I want to run another plan, which has no params and from that plan, launch the existing plan as many times as required. The new plan needs to be schedul...
Endocarditis asked 25/7, 2011 at 13:15

1

Solved

This command in the Visual Studio 2010 Post-build event for %f in ("$(ProjectDir)$(OutDir)*.dll") do echo %f (echo will be replaced with some other tool) gives me the error The command "[...]" ...
Wash asked 13/5, 2011 at 12:18

2

Solved

I currently have the following script as post build on a project: if $(ConfigurationName) == "Debug (x64)" || $(ConfigurationName) == "Release (x64)" (goto :x64) if $(ConfigurationName) == "Debug"...
Gravedigger asked 12/10, 2010 at 22:23
1

© 2022 - 2024 — McMap. All rights reserved.