An Nx (Project Crystal) plugin for developing with the msbuild
# npm
npm install --save-dev @plastic-ant/nx-msbuild
# yarn
yarn add --dev @plastic-ant/nx-msbuild
Add this plugin to your nx.json
config:
"plugins": [
{
"plugin": "@plastic-ant/nx-msbuild",
"options": { ... }
}
]
options:
targetName (optional) generated target, default msbuild
msbuildPath (optional) default "C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/MSBuild/Current/Bin/MSBuild.exe"
This project is MIT licensed 2024 Plastic Ant Software