Skip to content

Commit

Permalink
Add NuGet Config
Browse files Browse the repository at this point in the history
Trying to get `NuGetAuthenticate` to simmer down.
  • Loading branch information
iwillspeak committed Aug 30, 2020
1 parent a88ef9e commit a3e159f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ steps:
inputs:
nuGetServiceConnections: NugetOrg
- script: |
dotnet nuget push --api-key AzureArtifacts --source "nuget.org" $(Build.ArtifactStagingDirectory)/*.nupkg
dotnet nuget push --api-key AzureArtifacts --source "NuGetOrg" $(Build.ArtifactStagingDirectory)/*.nupkg
6 changes: 6 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="NuGetOrg" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit a3e159f

Please sign in to comment.