A collection of tools to assist with building .Net applications with Nuke
- 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