Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Darii Nurgaleev authored and GitHub committed May 6, 2021
1 parent 03d6eb5 commit e1cf912
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ steps:
- name: Publish the package to GPR
run: dotnet nuget push <my project>/bin/Release/*.nupkg

# Authticates packages to push to Azure Artifacts
# Authenticates packages to push to Azure Artifacts
- uses: actions/setup-dotnet@v1
with:
source-url: https://pkgs.dev.azure.com/<your-organization>/_packaging/<your-feed-name>/nuget/v3/index.json
Expand All @@ -105,7 +105,8 @@ steps:
- name: Publish the package to Azure Artifacts
run: dotnet nuget push <my project>/bin/Release/*.nupkg

# Authticates packages to push to NuGet Org
# Authenticates packages to push to nuget.org.
# It's only the way to push a package to nuget.org feed for macOS/Linus machines due to API key config store limitations.
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.x
Expand Down

0 comments on commit e1cf912

Please sign in to comment.