Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman committed Aug 28, 2023
1 parent f587394 commit de7f845
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
![License](https://img.shields.io/github/license/ChrisPulman/CP.Nuke.BuildTools.svg) [![Build](https://github.com/ChrisPulman/CP.Nuke.BuildTools/actions/workflows/BuildOnly.yml/badge.svg)](https://github.com/ChrisPulman/CP.Nuke.BuildTools/actions/workflows/BuildOnly.yml) ![Nuget](https://img.shields.io/nuget/dt/CP.Nuke.BuildTools?color=pink&style=plastic) [![NuGet](https://img.shields.io/nuget/v/CP.Nuke.BuildTools.svg?style=plastic)](https://www.nuget.org/packages/CP.Nuke.BuildTools)

![Alt](https://repobeats.axiom.co/api/embed/eee7bd264c6d9519dff01174ca8a6642ad0fa6a9.svg "Repobeats analytics image")

# CP.Nuke.BuildTools
A collection of tools to assist with building .Net applications with Nuke
Expand All @@ -12,6 +13,12 @@ A collection of tools to assist with building .Net applications with Nuke
* RestoreSolutionWorkloads
* GetPackableProjects
* InstallDotNetSdk
* GetAsset
* SetGithubCredentials
* UploadReleaseAssetToGithub
* UploadDirectory
* CreateRelease
* Publish

PublicNuGetSource - gets the public V3 nuget string

Expand All @@ -24,3 +31,15 @@ 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

UploadReleaseAssetToGithub - uploads a Release asset to github

UploadDirectory - uploads a directory to github

CreateRelease - creates a Release on github

Publish - publishes a Release to github

0 comments on commit de7f845

Please sign in to comment.