Replies: 2 comments
-
I was able to get past this error by having the build target the server project. Unfortunately, deploying the output from the server project did not produce a working web-app. More research needed here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The files in Modules\Templates should not be included as part of the build - they contain replaceable tokens and are only intended for scaffolding modules. If you look in the Server project file you will see these files are excluded. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've copied the oqtane.framework-dev contents to an azure DevOps git repo and created a .Net Core CI Pipeline to build it. I added a Use .Net Core sdk 5.x step before it.
It fails in the restore step.
Beta Was this translation helpful? Give feedback.
All reactions