Skip to content

Commit a81fb57

Browse files
Merge pull request #624 from Fody/GitHubSync/20251217-090100
GitHubSync update
2 parents 321835d + cd2b484 commit a81fb57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/cake/aspire-tasks.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,13 @@ public class AspireProcessor : ProcessorBase
129129
{
130130
BuildContext.CakeContext.Information("Logging in to Azure");
131131

132-
RunAzd($"auth login --tenant-id {aspireContext.AzureTenantId} --client-id {aspireContext.AzureClientId} --client-secret {aspireContext.AzureClientSecret}");
132+
RunAzd($"auth login --tenant-id {aspireContext.AzureTenantId} --client-id {aspireContext.AzureClientId} --client-secret {aspireContext.AzureClientSecret} --no-prompt");
133133

134134
// Note: got weird errors when running provision and deploy manually, so using up instead
135135

136136
BuildContext.CakeContext.Information("Deploying to Azure");
137137

138-
RunAzd($"up -e {environmentName}");
138+
RunAzd($"up -e {environmentName} --no-prompt");
139139

140140
//BuildContext.CakeContext.Information("Provisioning infrastructure for Aspire project '{0}'", aspireProject);
141141

0 commit comments

Comments
 (0)