How to build different configurations in one job
I've a Project where I want to ship a NuGet-Package which contains assemblies for .Net 4.0 and .Net 4.5.
To build this two versions I simply use different configurations (release-40 and release-45). The source is the same (some references are also conditional but thats also handled by a condition).
In order to package the NuGet package I need all this assemblies in one place.
How can I run a build with a single job to build two configurations?
Thanks, Marc
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 10 Apr, 2015 09:38 PM
Hi Marc,
You can just use your own msbuild commands.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:55 AM.