Replies: 1 comment 1 reply
-
|
Hi @sommmen, I think you can create a custom variable for dotnet affected command and pass it around to other tasks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hiya,
I'd like to run
dotnet affectedwhich outputs a msbuild project file containing affected projects.It should then run dotnet test on the affected.csproj file
I dont see a mecanism to make tasks run dependant on eachother - is there a set execution order i can use instead?
Beta Was this translation helpful? Give feedback.
All reactions