NM.Tools.Dotnet.MSbuild.BuildXml
0.0.1-alpha1.2
This is a prerelease version of NM.Tools.Dotnet.MSbuild.BuildXml.
dotnet tool install --global NM.Tools.Dotnet.MSbuild.BuildXml --version 0.0.1-alpha1.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local NM.Tools.Dotnet.MSbuild.BuildXml --version 0.0.1-alpha1.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=NM.Tools.Dotnet.MSbuild.BuildXml&version=0.0.1-alpha1.2&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package NM.Tools.Dotnet.MSbuild.BuildXml --version 0.0.1-alpha1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
NM.Tools.Dotnet.MSbuild.BuildXml
.Net tool for making basic MSBuild XML templetes on directory chain.
How to install
.Net CLI |
---|
dotnet tool install --global NM.Tools.Dotnet.MSbuild.BuildXml |
How to use
.Net CLI |
---|
dotnet buildxml <From> <To> [options] |
Details
Description:
Make basic MSBuild XML templetes on directory chain.
It does not overwrite existing files.
If *.*proj files exist, it does not make any file.
Usage:
buildxml <From> <To> [options]
Arguments:
<From> Directory path or child file path to start making MSBuild XML. Directory of file at the path SHOULD exist.
<To> Directory path or child file path to end making MSBuild XML. Directory of file at the path SHOULD exist.
Options:
-np, --no-props Do not make Directory.Build.props files
-nt, --no-targets Do not make Directory.Build.targets files
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
0.0.1-alpha1.2 | 60 | 4/17/2024 |
0.0.1-alpha1.1 | 50 | 4/17/2024 |
0.0.1-alpha1 | 67 | 4/17/2024 |
Fix install bug. Add 'PackAsTool = true'