You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using msbuild.npm and gulp in my projects.
And I also have Octopack task to pack my artifacts which will run at the end.
I saw in the in the msbuild.gulp.targets there is BeforeTargets="Build", but I don't know why msbuild trigger it in a wrong order. It triggers it after the Octopack task.
After a while, I come up a workaround by defining below property in the project file:
I'm using msbuild.npm and gulp in my projects.
And I also have Octopack task to pack my artifacts which will run at the end.
I saw in the in the msbuild.gulp.targets there is BeforeTargets="Build", but I don't know why msbuild trigger it in a wrong order. It triggers it after the Octopack task.
After a while, I come up a workaround by defining below property in the project file:
Above property to make sure it runs before build. Can @kmees have a look?
Thank you for your great lib.
The text was updated successfully, but these errors were encountered: