Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit ebb5cfc

Browse files
committed
fix publish mask
1 parent f227a41 commit ebb5cfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ stages:
8383
- task: NuGetCommand@2
8484
inputs:
8585
command: 'push'
86-
packagesToPush: '$(Build.SourcesDirectory)/NuGet/built/linq2db.EntityFrameworkCore.nupkg'
86+
packagesToPush: '$(Build.SourcesDirectory)/NuGet/built/linq2db.EntityFrameworkCore.*.nupkg'
8787
nuGetFeedType: 'internal'
8888
publishVstsFeed: '0dcc414b-ea54-451e-a54f-d63f05367c4b/967a4107-9788-41a4-9f6d-a2318aab1410'
8989
displayName: Publish to Azure Artifacts feed
@@ -93,7 +93,7 @@ stages:
9393
- task: NuGetCommand@2
9494
inputs:
9595
command: 'push'
96-
packagesToPush: '$(Build.SourcesDirectory)/NuGet/built/linq2db.EntityFrameworkCore.nupkg'
96+
packagesToPush: '$(Build.SourcesDirectory)/NuGet/built/linq2db.EntityFrameworkCore.*.nupkg'
9797
nuGetFeedType: 'external'
9898
publishFeedCredentials: 'linq2db nuget.org feed'
9999
displayName: Publish to Nuget.org

0 commit comments

Comments
 (0)