diff --git a/Build/azure-pipelines.yml b/Build/azure-pipelines.yml index dff5f10..f8e4a38 100644 --- a/Build/azure-pipelines.yml +++ b/Build/azure-pipelines.yml @@ -92,7 +92,7 @@ stages: - task: NuGetCommand@2 inputs: command: 'push' - packagesToPush: '$(Build.SourcesDirectory)/NuGet/built/*.nupkg' + packagesToPush: '$(Build.SourcesDirectory)/Build/built/*.nupkg' nuGetFeedType: 'internal' publishVstsFeed: '0dcc414b-ea54-451e-a54f-d63f05367c4b/967a4107-9788-41a4-9f6d-a2318aab1410' displayName: Publish to Azure Artifacts feed @@ -102,7 +102,7 @@ stages: - task: NuGetCommand@2 inputs: command: 'push' - packagesToPush: '$(Build.SourcesDirectory)/NuGet/built/*.nupkg' + packagesToPush: '$(Build.SourcesDirectory)/Build/built/*.nupkg' nuGetFeedType: 'external' publishFeedCredentials: 'linq2db nuget.org feed' displayName: Publish to Nuget.org diff --git a/README.md b/README.md index 0bdee68..90f8520 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ - - ## LINQ to DB LINQPad Driver -.NET Foundation Logo + +.NET Foundation Logo [![NuGet Version and Downloads count](https://buildstats.info/nuget/linq2db.LINQPad?includePreReleases=true)](https://www.nuget.org/packages/linq2db.LINQPad) [![License](https://img.shields.io/github/license/linq2db/linq2db.LINQPad)](MIT-LICENSE.txt)