From 9bb87421b2740ad0745b93ed5862affb377cd4bc Mon Sep 17 00:00:00 2001 From: Jose Perez Rodriguez Date: Mon, 23 Sep 2024 13:47:21 -0700 Subject: [PATCH] Add Aspire Project templates after dotnet environment is set --- tests/helix/send-to-helix-inner.proj | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/tests/helix/send-to-helix-inner.proj b/tests/helix/send-to-helix-inner.proj index 0e4259e9e8..2eba4104b7 100644 --- a/tests/helix/send-to-helix-inner.proj +++ b/tests/helix/send-to-helix-inner.proj @@ -166,6 +166,16 @@ + + + + $(HelixPreCommands);dotnet new install Aspire.ProjectTemplates::$(Version) --force + dotnet new uninstall Aspire.ProjectTemplates;$(HelixPostCommands) + + + @@ -187,11 +197,6 @@ - - - - - $(HelixPreCommands);@(HelixPreCommand) $(HelixPostCommands);@(HelixPostCommand)