Skip to content

Commit

Permalink
Update nightly pipeline (#1582)
Browse files Browse the repository at this point in the history
  • Loading branch information
daveMueller committed Jan 10, 2024
1 parent 44b73a1 commit 0db8de7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions eng/azure-pipelines-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ steps:
version: 7.0.403
displayName: Install .NET Core SDK 7.0.403

- task: UseDotNet@2
inputs:
useGlobalJson: true
displayName: Install .NET Core SDK 8.0.100

- task: NuGetAuthenticate@1
displayName: Authenticate with NuGet feeds

Expand All @@ -21,15 +26,15 @@ steps:
- task: NuGetCommand@2
inputs:
command: push
packagesToPush: $(Build.SourcesDirectory)/bin/Release/Packages/*.nupkg
packagesToPush: $(Build.SourcesDirectory)\artifacts\package\release\*.nupkg
nuGetFeedType: internal
publishVstsFeed: coverlet/coverlet-nightly
displayName: Publish NuGet packages

- task: NuGetCommand@2
inputs:
command: push
packagesToPush: $(Build.SourcesDirectory)/bin/Release/Packages/*.snupkg
packagesToPush: $(Build.SourcesDirectory)\artifacts\package\release\*.nupkg
nuGetFeedType: internal
publishVstsFeed: coverlet/coverlet-nightly
displayName: Publish NuGet symbol packages

0 comments on commit 0db8de7

Please sign in to comment.