File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ steps:
1212 version : 7.0.403
1313 displayName : Install .NET Core SDK 7.0.403
1414
15+ - task : UseDotNet@2
16+ inputs :
17+ useGlobalJson : true
18+ displayName : Install .NET Core SDK 8.0.100
19+
1520- task : NuGetAuthenticate@1
1621 displayName : Authenticate with NuGet feeds
1722
@@ -21,15 +26,15 @@ steps:
2126- task : NuGetCommand@2
2227 inputs :
2328 command : push
24- packagesToPush : $(Build.SourcesDirectory)/bin/Release/Packages/ *.nupkg
29+ packagesToPush : $(Build.SourcesDirectory)\artifacts\package\release\ *.nupkg
2530 nuGetFeedType : internal
2631 publishVstsFeed : coverlet/coverlet-nightly
2732 displayName : Publish NuGet packages
2833
2934- task : NuGetCommand@2
3035 inputs :
3136 command : push
32- packagesToPush : $(Build.SourcesDirectory)/bin/Release/Packages/*.snupkg
37+ packagesToPush : $(Build.SourcesDirectory)\artifacts\package\release\*.nupkg
3338 nuGetFeedType : internal
3439 publishVstsFeed : coverlet/coverlet-nightly
3540 displayName : Publish NuGet symbol packages
You can’t perform that action at this time.
0 commit comments