Skip to content

Commit

Permalink
Update dotnet.cake
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Oct 27, 2022
1 parent 0dc3e14 commit 744e4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/cake/dotnet.cake
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ Task("dotnet-pack-docs")
// Get the docs for libraries separately distributed as NuGets
foreach (var pattern in NuGetOnlyPackages)
{
foreach (var nupkg in GetFiles(pattern))
foreach (var nupkg in GetFiles($"./artifacts/{pattern}"))
{
var d = $"{tempDir}/{nupkg.GetFilename()}";
Unzip(nupkg, d);
Expand Down

0 comments on commit 744e4af

Please sign in to comment.