Skip to content

Commit 8135a61

Browse files
Update publishnuget.md with new docs
Added detailed documentation in `publishnuget.md` for GitHub Actions, focusing on the publishing process for NuGet packages. This includes a new section on Azure DevOps publishing, detailing the use of a Personal Access Token (PAT) for package publishing, its configuration in GitHub Actions secrets, and its validity period. Additionally, introduced a section on publishing to NuGet, providing relevant links for both Azure DevOps feeds and the NuGet server for *CNinnovation.Codebreaker.ViewModels*.
1 parent b0fd649 commit 8135a61

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

publishnuget.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# GitHub Actions
2+
3+
## Publish to Azure DevOps
4+
5+
[Azure DevOps feed for daily builds](https://pkgs.dev.azure.com/cnilearn/codebreakerpackages/_packaging/codebreaker/nuget/v3/index.json)
6+
7+
Daily build version of NuGet packages (*CNinnovation.Codebreaker.ViewModels*) are published to Azure DevOps with every merge to the main branch.
8+
9+
For publishing, an Azure DevOps PAT is required.
10+
Permissions: Packaging, Read & Write
11+
12+
The PAT is configured with the environment *DevOpsArtifacts" actions secret *DEVOPS_ARTIFACT_PAT*.
13+
14+
Valid until 2025/01/12
15+
16+
## Publish to NuGet
17+
18+
Preview and release versions are published to the NuGet server.
19+
20+
[CNInnovation.Codebreaker.ViewModels](https://www.nuget.org/packages/CNInnovation.Codebreaker.ViewModels/)

0 commit comments

Comments
 (0)