Skip to content

Commit

Permalink
debug 4
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed May 30, 2024
1 parent 54789da commit 2635a7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions local_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 2635a7c

Please sign in to comment.