From e1cf912aafa9c45a48fd9084d40fc1a179929065 Mon Sep 17 00:00:00 2001 From: Darii Nurgaleev <50947177+Darleev@users.noreply.github.com> Date: Thu, 6 May 2021 20:10:13 +0700 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c36fe3e..ba8c1e5 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ steps: - name: Publish the package to GPR run: dotnet nuget push /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//_packaging//nuget/v3/index.json @@ -105,7 +105,8 @@ steps: - name: Publish the package to Azure Artifacts run: dotnet nuget push /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