Skip to content

Commit 1551c42

Browse files
Merge pull request #365 from GeertvanHorrik/GitHubSync/20251217-084038
GitHubSync update
2 parents 04f1598 + 58e7cdf commit 1551c42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)