Skip to content

A collection of tools to assist with building .Net applications with Nuke

License

Notifications You must be signed in to change notification settings

ChrisPulman/CP.Nuke.BuildTools

Repository files navigation

License Build Nuget NuGet

Alt

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
  • InstallAspNetCore

PublicNuGetSource - 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