Files
2026-07-13 12:38:36 +08:00

14 lines
262 B
JSON

{
"name": "MsbuildAnalyzer.Tests",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"targets": {
"build": {
"executor": "nx:noop",
"dependsOn": ["build:dotnet"]
},
"test": {
"executor": "nx:noop"
}
}
}