File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,13 +164,13 @@ publisher entry covers every package pushed by the same workflow run.
164164 ** Trusted Publishers** ).
1651653 . Click ** Add trusted publisher** and fill in the following fields:
166166
167- | Field | Value |
168- | ---| ---|
169- | ** Publisher type** | GitHub Actions |
170- | ** Owner** | ` GitTools ` |
171- | ** Repository** | ` GitVersion ` |
172- | ** Workflow file name** | ` ci.yml ` |
173- | ** Environment** | * (leave blank)* |
167+ | Field | Value |
168+ | ------------------------ | -------------- ---|
169+ | ** Publisher type** | GitHub Actions |
170+ | ** Owner** | ` GitTools ` |
171+ | ** Repository** | ` GitVersion ` |
172+ | ** Workflow file name** | ` ci.yml ` |
173+ | ** Environment** | * (leave blank)* |
174174
1751754 . Click ** Add** to save the entry.
176176
Original file line number Diff line number Diff line change 11using System . Net . Http . Headers ;
2+ using System . Text ;
23using System . Text . Json ;
34using Cake . Common . Tools . DotNet . NuGet . Push ;
45using Common . Utilities ;
You can’t perform that action at this time.
0 commit comments