Justin Kotalik
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
eng/StagingRelease.md
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
1. Grab latest build off dnceng/internal. |
|
|
|
2. Download it locally. |
|
|
|
3. `dotnet nuget push <PACKAGE> --source https://api.nuget.org/v3/index.json -k <APIKEY> |
|
|
|
3. `dotnet nuget push <PACKAGE> --source https://api.nuget.org/v3/index.json -k <APIKEY>` |
|
|
|
|
|
|
|
## Updating repo to next version |
|
|
|
|
|
|
|
@ -15,4 +15,4 @@ |
|
|
|
## Tag release |
|
|
|
|
|
|
|
- `git tag release/<version>` |
|
|
|
- `git push --tags` |
|
|
|
- `git push --tags` |
|
|
|
|