Skip to content

Commit

Permalink
debug
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 24, 2024
1 parent 18ab508 commit c19ddb9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion local_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,14 @@ cd ../dotnet/
cd user/

nuget add ../../../sdk/dotnet/bin/Debug/Pulumi.Outscale*.nupkg -Source .

pwd
echo "check local dir:"
ls
ls pulumi.outscale/
cat user.csproj
echo "build now"
dotnet build -nologo .
echo "build done"
set +e
echo "pulumi stack init staging"
pulumi stack init staging
Expand Down

0 comments on commit c19ddb9

Please sign in to comment.