jakobgn
Results
2
comments of
jakobgn
Simple solution (works in my machine™): const azureProjects = getAzureHostingConfig(workspaceRoot, context.target.project, builderConfig.config); if (!azureProjects || azureProjects.length === 0) { throw new Error(`Configuration for project ${context.target.project} was not found in azure.json.`);...
Probably ng add needs to be updated as well, to not overwrite when new configurations are added. Authentication should be run before deploy as well, to avoid multiple signin links