Skip to content
This repository was archived by the owner on Feb 27, 2020. It is now read-only.

Commit f2516d2

Browse files
committed
Update README.md with details on how to run tests
1 parent 6abcd84 commit f2516d2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var user = userTask.Result;
4242
Console.WriteLine(user.Name);
4343
```
4444

45-
#### Build and publish NuGet packages
45+
#### Build, create, test and publish NuGet packages
4646

4747
_This is purely here as a reminder for me to remember how to build, create and publish new versions of ScriptCs.Octokit to NuGet._
4848

@@ -61,10 +61,10 @@ Then run the following command in a shell from the root of the repository.
6161
```
6262
.\build.cmd CreatePackage
6363
```
64-
Once the NuGet package has been created, copy it to your local NuGet feed (i.e. `C:\NuGet`), then run the following commands to test the new package.
64+
65+
Once the NuGet package has been created run the following commands to test the new package.
6566
```
66-
cd ScriptCs.Octokit.Sample
67-
.\run.cmd
67+
.\build.cmd RunTests
6868
```
6969

7070
##### Publish NuGet package to NuGet.org

0 commit comments

Comments
 (0)