While we appreciate comments from our users, please follow our posting guidelines. Have you tried the Cyotek Forums for support from Cyotek and the community?

Styling with Markdown is supported

Original Comment

Kjara

# Reply

Hi,

I am trying to run a command after all builds in my multi-target project are done. Do you have an idea how to do that? If I just add the target to the project as AfterBuild, it will be called after every build. But I just want to call it after all builds are done. Since I can't be sure that the building order of all target frameworks is constant, I can't use a condition like $(TargetFramework)' == someConstant...

https://stackoverflow.com/questions/71015510/call-dotnet-pack-after-all-builds-are-done