File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments