- Notifications
You must be signed in to change notification settings - Fork1.4k
How to make a transitive task?#11382
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
I created a task to run an assembly weave with From working with CoPilot, it explained that When I ask CoPilot how to solve it, it just goes around in circles. Am I missing something, or is it just not possible? It feels so close... |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 4 replies
-
Publishing an intermediate NuGet package (even to local disk) could be a viable workaround. |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Yeah, that's what I ended up doing. It's a sub-par experience if you want to share source code and have referencing projects auto-update when the source code is changed like how project references work. Are there any plans to improve this type of workflow? |
BetaWas this translation helpful?Give feedback.
All reactions
-
Maybe it belongs to NuGet? LikeNuGet/Home#6826 |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
I think more like MSBuild should have the ability to compile and run a Task from source, rather than having to target a pre-compiled dll, then having that Task source be a transitive dependency. (I can already do half of that - compile and run it from a shell script - but it can't be transitive.) |
BetaWas this translation helpful?Give feedback.
All reactions
-
Or I guess |
BetaWas this translation helpful?Give feedback.