From 5b6cfb7127934971b589d2eaa157a3504858894a Mon Sep 17 00:00:00 2001 From: John McCrae Date: Thu, 24 Oct 2024 09:02:08 -0500 Subject: [PATCH] tweaking the builders Signed-off-by: John McCrae --- .bldr.toml | 2 +- habitat/plan.ps1 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bldr.toml b/.bldr.toml index eab0259..3659566 100644 --- a/.bldr.toml +++ b/.bldr.toml @@ -8,7 +8,7 @@ plan_path = "habitat" build_targets = [ "x86_64-windows" ] -plan_path = "habitat-x64" +plan_path = "habitat" [dotnet-481-dev-pack-x64] build_targets = [ diff --git a/habitat/plan.ps1 b/habitat/plan.ps1 index 4d2d223..3352422 100644 --- a/habitat/plan.ps1 +++ b/habitat/plan.ps1 @@ -22,9 +22,9 @@ function Invoke-Build { Copy-Item $PLAN_CONTEXT/../* $HAB_CACHE_SRC_PATH/$pkg_dirname -recurse -force nuget restore $HAB_CACHE_SRC_PATH/$pkg_dirname/Chef.Powershell/packages.config -PackagesDirectory $HAB_CACHE_SRC_PATH/$pkg_dirname/packages -Source "https://www.nuget.org/api/v2" - Write-Buildline " ** Setting the SDK Path - it gets borked during the nuget restore" - $env:MSBuildSdksPath="$(Get-HabPackagePath dotnet-8-sdk)\bin\sdk\8.0.400\Sdks" - $env:MSBuildSdksPath + # Write-Buildline " ** Setting the SDK Path - it gets borked during the nuget restore" + # $env:MSBuildSdksPath="$(Get-HabPackagePath dotnet-8-sdk)\bin\sdk\8.0.400\Sdks" + # $env:MSBuildSdksPath MSBuild $HAB_CACHE_SRC_PATH/$pkg_dirname/Chef.Powershell.Wrapper/Chef.Powershell.Wrapper.vcxproj /t:Build /p:Configuration=Release /p:Platform=x64 if($LASTEXITCODE -ne 0) {