https://github.com/chrispulman/cp.nuke.buildtools
A collection of tools to assist with building .Net applications with Nuke
https://github.com/chrispulman/cp.nuke.buildtools
build-tool extensions nuke
Last synced: 7 months ago
JSON representation
A collection of tools to assist with building .Net applications with Nuke
- Host: GitHub
- URL: https://github.com/chrispulman/cp.nuke.buildtools
- Owner: ChrisPulman
- License: mit
- Created: 2023-06-25T07:43:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T22:38:13.000Z (8 months ago)
- Last Synced: 2025-03-18T15:03:22.797Z (7 months ago)
- Topics: build-tool, extensions, nuke
- Language: C#
- Homepage:
- Size: 604 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
 [](https://github.com/ChrisPulman/CP.Nuke.BuildTools/actions/workflows/BuildOnly.yml)  [](https://www.nuget.org/packages/CP.Nuke.BuildTools)

# CP.Nuke.BuildTools
A collection of tools to assist with building .Net applications with Nuke### the following tasks are available
* PublicNuGetSource
* UpdateVisualStudio
* RestoreProjectWorkload
* RestoreSolutionWorkloads
* GetPackableProjects
* InstallDotNetSdk
* GetAsset
* SetGithubCredentials
* InstallAspNetCorePublicNuGetSource - gets the public V3 nuget string
UpdateVisualStudio - updates the visual studio installation to the latest version
RestoreProjectWorkload - restores the project workload for a given project
RestoreSolutionWorkloads - restores the project workload for a given solution
GetPackableProjects - gets a list of projects that can be packed
InstallDotNetSdk - installs the dotnet sdk
GetAsset - gets an asset from a github Release
SetGithubCredentials - sets the github credentials
InstallAspNetCore - installs the aspnetcore runtime