dotnet-detect-changes
1.0.0-rc1
This is a prerelease version of dotnet-detect-changes.
dotnet tool install --global dotnet-detect-changes --version 1.0.0-rc1
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 dotnet-detect-changes --version 1.0.0-rc1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-detect-changes&version=1.0.0-rc1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package dotnet-detect-changes --version 1.0.0-rc1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
dotnet-detect-changes
This is a .NET tool to detect whether any files affecting a given project or projects in a repository were changed in a commit or pull request.
The idea is that you can have a single Git repo with one or more .NET solutions, and determine whether the CI/CD pipeline needs to be run for a subset of projects within that repo. For example, you might have a web application, an API and a NuGet package all in the same repo. If you just change a button style in the web application, you probably don't want to release a new version of the API and NuGet package.
Usage
You can install the tool locally
Detect whether projects and associated files were changed in the most recent git commit
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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 |
---|---|---|
1.0.0-rc1 | 118 | 3/9/2023 |
1.0.0-beta7 | 108 | 3/8/2023 |
1.0.0-beta6 | 108 | 3/1/2023 |
1.0.0-beta5 | 104 | 3/1/2023 |
1.0.0-beta4 | 98 | 3/1/2023 |
1.0.0-beta3 | 103 | 3/1/2023 |
1.0.0-beta2 | 108 | 2/28/2023 |
1.0.0-beta1 | 106 | 2/28/2023 |