Skip to content

Instantly share code, notes, and snippets.

@brandonroberts
Last active May 26, 2021 15:11
Target Deps Example 1
{
"projects": {
"app1": {
"targets": {
"build": {
+ "dependsOn": [{
+ "target": "build",
+ "projects": "dependencies"
+ }]
}
}
},
"lib1": {
"targets": {
"build": {
+ "dependsOn": [{
+ "target": "build",
+ "projects": "dependencies",
+ }]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment