From 2635a7cb8a0bb75f8a04f76deaa618c8ad334f93 Mon Sep 17 00:00:00 2001 From: Matthias Gatto Date: Thu, 30 May 2024 15:18:37 +0200 Subject: [PATCH] debug 4 Signed-off-by: Matthias Gatto --- local_tests.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/local_tests.sh b/local_tests.sh index e7ea5ff..995977c 100755 --- a/local_tests.sh +++ b/local_tests.sh @@ -90,9 +90,10 @@ cd ../dotnet/ cd user/ -nuget add $PWD/../../../sdk/dotnet/bin/Debug/Pulumi.Outscale*.nupkg -Source . +# without that I have dependencies errors. +rm -rvf ~/.nuget -ls -R ~/.nuget +nuget add $PWD/../../../sdk/dotnet/bin/Debug/Pulumi.Outscale*.nupkg -Source . echo "build now" dotnet build -nologo .