Skip to content

Commit 0db8de7

Browse files
authored
Update nightly pipeline (#1582)
1 parent 44b73a1 commit 0db8de7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

eng/azure-pipelines-nightly.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)