Skip to content

Commit

Permalink
πŸ‘·β€β™‚οΈ Explicitly call out Packagemanagement (conflict with AnyPackage)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinGrote committed Jul 15, 2024
1 parent 870f3eb commit de426e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModuleFast.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Task Version {
}

Task GetNugetVersioningAssembly {
Install-Package @c -Name Nuget.Versioning -RequiredVersion $NuGetVersioning -Destination $tempPath -Force | Out-Null
PackageManagement\Install-Package @c -Name Nuget.Versioning -RequiredVersion $NuGetVersioning -Destination $tempPath -Force | Out-Null
Copy-Item @c -Path "$tempPath/NuGet.Versioning.$NuGetVersioning/lib/netstandard2.0/NuGet.Versioning.dll" -Destination $libPath -Recurse -Force
}

Expand Down

0 comments on commit de426e2

Please sign in to comment.