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:
12
12
version : 7.0.403
13
13
displayName : Install .NET Core SDK 7.0.403
14
14
15
+ - task : UseDotNet@2
16
+ inputs :
17
+ useGlobalJson : true
18
+ displayName : Install .NET Core SDK 8.0.100
19
+
15
20
- task : NuGetAuthenticate@1
16
21
displayName : Authenticate with NuGet feeds
17
22
@@ -21,15 +26,15 @@ steps:
21
26
- task : NuGetCommand@2
22
27
inputs :
23
28
command : push
24
- packagesToPush : $(Build.SourcesDirectory)/bin/Release/Packages/ *.nupkg
29
+ packagesToPush : $(Build.SourcesDirectory)\artifacts\package\release\ *.nupkg
25
30
nuGetFeedType : internal
26
31
publishVstsFeed : coverlet/coverlet-nightly
27
32
displayName : Publish NuGet packages
28
33
29
34
- task : NuGetCommand@2
30
35
inputs :
31
36
command : push
32
- packagesToPush : $(Build.SourcesDirectory)/bin/Release/Packages/*.snupkg
37
+ packagesToPush : $(Build.SourcesDirectory)\artifacts\package\release\*.nupkg
33
38
nuGetFeedType : internal
34
39
publishVstsFeed : coverlet/coverlet-nightly
35
40
displayName : Publish NuGet symbol packages
You can’t perform that action at this time.
0 commit comments