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
I'm kind of new to Azure pipelines, and I'm trying to set it up to build my serenity project. But every time it builds it breaks with a long list of these errors
CompileTSCBefore:
Executing TypeScript compiler for MyProject.Web...
node ./tsbuild.js
X [ERROR] Could not resolve "../../ServerTypes/Administration"
Modules/Administration/Role/RolePage.tsx:2:83:
2 Γöé ...ce, RoleRow, RoleService } from "../../ServerTypes/Administration";
Γò╡ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
X [ERROR] Could not resolve "../../ServerTypes/RemoteDataKeys"
Modules/Administration/Role/RolePage.tsx:3:31:
3 Γöé import { RemoteDataKeys } from "../../ServerTypes/RemoteDataKeys";
Γò╡ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
It looks like it doesn't create the .ts files for all the abcRow.cs, abcForm.cs, abcColumns.cs.
How do I get it to do that? Is it in the yaml file, or is it something I need to setup in the project?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all.
I'm kind of new to Azure pipelines, and I'm trying to set it up to build my serenity project. But every time it builds it breaks with a long list of these errors
It looks like it doesn't create the .ts files for all the abcRow.cs, abcForm.cs, abcColumns.cs.
How do I get it to do that? Is it in the yaml file, or is it something I need to setup in the project?
I can build and run it fine in my Visual Studio.
Beta Was this translation helpful? Give feedback.
All reactions