Hi All,
We are facing issues while build the solution from the azure devops pipeline.
Please check the below error and suggest some solution to resolve this.
2022-08-31T18:55:39.3068577Z ##[error]Trunk\RetailSDK\Pos\Extensions\AlertsSample\DataService\DataServiceEntities.g.ts(3,33): Error TS2307: Build:Cannot find module 'PosApi/Entities'. 2022-08-31T18:55:39.3073682Z H:\Agents\_work\1\s\Trunk\RetailSDK\Pos\Extensions\AlertsSample\DataService\DataServiceEntities.g.ts(3,33): error TS2307: Build:Cannot find module 'PosApi/Entities'. [H:\Agents\_work\1\s\Trunk\RetailSDK\Pos\Extensions\Pos.Extensions.csproj] 2022-08-31T18:55:39.3079961Z ##[error]Trunk\RetailSDK\Pos\Extensions\AlertsSample\DataService\DataServiceEntities.g.ts(5,34): Error TS2307: Build:Cannot find module 'PosApi/TypeExtensions'. 2022-08-31T18:55:39.3082271Z H:\Agents\_work\1\s\Trunk\RetailSDK\Pos\Extensions\AlertsSample\DataService\DataServiceEntities.g.ts(5,34): error TS2307: Build:Cannot find module 'PosApi/TypeExtensions'. [H:\Agents\_work\1\s\Trunk\RetailSDK\Pos\Extensions\Pos.Extensions.csproj] 2022-08-31T18:55:39.3088028Z ##[error]Trunk\RetailSDK\Pos\Extensions\AlertsSample\DataService\DataServiceRequests.g.ts(3,31): Error TS2307: Build:Cannot find module 'PosApi/Entities'. 2022-08-31T18:55:39.3090315Z H:\Agents\_work\1\s\Trunk\RetailSDK\Pos\Extensions\AlertsSample\DataService\DataServiceRequests.g.ts(3,31): error TS2307: Build:Cannot find module 'PosApi/Entities'. [H:\Agents\_work\1\s\Trunk\RetailSDK\Pos\Extensions\Pos.Extensions.csproj] 2022-08-31T18:55:39.3094573Z ##[error]Trunk\RetailSDK\Pos\Extensions\AlertsSample\DataService\DataServiceRequests.g.ts(5,57): Error TS2307: Build:Cannot find module 'PosApi/Consume/DataService'. 2022-08-31T18:55:39.3096730Z H:\Agents\_work\1\s\Trunk\RetailSDK\Pos\Extensions\AlertsSample\DataService\DataServiceRequests.g.ts(5,57): error TS2307: Build:Cannot find module 'PosApi/Consume/DataService'. [H:\Agents\_work\1\s\Trunk\RetailSDK\Pos\Extensions\Pos.Extensions.csproj] 2022-08-31T18:55:39.3102524Z ##[error]Trunk\RetailSDK\Pos\Extensions\AlertsSample\DataService\DataServiceRequests.g.ts(22,14): Error TS2339: Build:Property '_entitySet' does not exist on type 'GetAlertsByStoreRequest<TResponse>'. 2022-08-31T18:55:39.3105757Z H:\Agents\_work\1\s\Trunk\RetailSDK\Pos\Extensions\AlertsSample\DataService\DataServiceRequests.g.ts(22,14): error TS2339: Build:Property '_entitySet' does not exist on type 'GetAlertsByStoreRequest<TResponse>'. [H:\Agents\_work\1\s\Trunk\RetailSDK\Pos\Extensions\Pos.Extensions.csproj] 2022-08-31T18:55:39.3126159Z ##[error]Trunk\RetailSDK\Pos\Extensions\AlertsSample\DataService\DataServiceRequests.g.ts(23,14): Error TS2339: Build:Property '_entityType' does not exist on type 'GetAlertsByStoreRequest<TResponse>'.
Error TS18003: Build:No inputs were found in config file 'H:/Agents/_work/1/s/Trunk/RetailSDK/Pos/Extensions/tsconfig.json'. Specified 'include' paths were '["**/*"]' and 'exclude' paths were '["AuditEventSignatureSample","B2BSample","CreateCashManagementTransactionSample","CreateTenderCountingTransactionSample","CustomerSearchWithAttributesSample","DualDisplaySample","FiscalRegisterSample","GasStationHeaderItemSample","PaymentSample","PrefixUserIdSample","PromotionsSample","SalesOrdersSample","SalesTransactionSignatureNorway","SalesTransactionSignatureSample","SalesTransBuildNumberSample","SampleExtensions","SampleExtensions2","SequentialSignature","StoreHoursSample","SuspendTransactionReceiptSample","ConnectedStoreAlertsSample","WarrantyAndReturnSample"]'.
Thanks In Advance,