You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm trying to build an angular project on Azure DevOps. The build works using ng build on my Visual Studio machine.
With the Task, it fails with lots of errors like this one that happens with ng-uikit-pro-standard:
error TS2380: 'get' and 'set' accessor must have the same type.
Expected behavior
The build should work
Azure Devops tasklog:
==============================================================================
Task : Angular CLI
Description : Build, tests, lint, e2e an Angular project, or run a custom Angular CLI command.
Version : 1.0.0
Author : Raul A. Ruiz
Help : https://github.com/alexruizprado/azure-pipelines-angular-cli-task
==============================================================================
build D:\a\1\s\SafeProtect.WebAdmin.Web\ClientApp --configuration=dev --verbose --prod true true
Using Angular CLI 12.2.17
Executing ng build --configuration=dev --verbose --prod
Option "--prod" is deprecated: Use "--configuration production" instead.
...
Angular CLI:
Version 12.2.17
Is it a TypeScript related problem ?
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm trying to build an angular project on Azure DevOps. The build works using ng build on my Visual Studio machine.
With the Task, it fails with lots of errors like this one that happens with ng-uikit-pro-standard:
Expected behavior
The build should work
Azure Devops tasklog:
Angular CLI:
Is it a TypeScript related problem ?
The text was updated successfully, but these errors were encountered: