-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Directory.Build.props file not being recognized #733
Comments
A shot in the dark: it looks like it’s failing before the build props:
Do you know which project is failing to build? It’s probably the same one that the project cracking tool is failing on. To narrow it down, maybe you could try using the input parameter such as |
Is there also a solution file (e.g. "Geometry.sln") under the project directory? A while ago I tried looking into that issue by taking the steps that were suggested already.
|
@rdipardo That doesn't seem to be the issue. I've been doing major refactoring on this project and I'm no longer seeing this issue. Thanks for the help |
Documentation building issue
I've been unable to build the documentation for my project completely. I keep getting stuck at the same step getting the error
please set '<Attribute...>' in 'Directory.Build.props'
. I've tried to fix this issue by including theBuild.Directory.props
file at the root of the project but it appears that the program is not picking that file up when processing myGeometry.fsproj
file.Gives me the following error
/Build.Directory.props
The text was updated successfully, but these errors were encountered: