Skip to content

Commit

Permalink
fix nuget deploy, fix dnf link
Browse files Browse the repository at this point in the history
(cherry picked from commit 83da5a2)
  • Loading branch information
MaceWindu committed Jul 28, 2020
1 parent e644788 commit 52c7d7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@


## LINQ to DB LINQPad Driver

<img align="right" alt=".NET Foundation Logo" src="https://github.com/dotnet/swag/blob/master/logo/dotnetfoundation_v4_horizontal.png" width="250px" >
<a href="https://dotnetfoundation.org/projects/linq2db">
<img align="right" alt=".NET Foundation Logo" src="https://github.com/dotnet/swag/blob/master/logo/dotnetfoundation_v4_horizontal.png" width="250px" ></a>

[![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)

Expand Down

0 comments on commit 52c7d7d

Please sign in to comment.