From de426e2e1ca7dab831e2bf0263dd850076810e85 Mon Sep 17 00:00:00 2001 From: Justin Grote Date: Mon, 15 Jul 2024 15:25:36 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=82=EF=B8=8F=20Expli?= =?UTF-8?q?citly=20call=20out=20Packagemanagement=20(conflict=20with=20Any?= =?UTF-8?q?Package)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ModuleFast.build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModuleFast.build.ps1 b/ModuleFast.build.ps1 index 293ad6b..48b55ce 100644 --- a/ModuleFast.build.ps1 +++ b/ModuleFast.build.ps1 @@ -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 }