-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
"__test" folder not created post-build #337
Comments
Hi @szlatkow, I don't think the That old process isn't used anymore because the
I suspect the references to If you want to run tests,
Test results should get displayed (but not logged to disk). For example,
If you really want the test results XML file, you'll have to follow these instructions in this repository for the
And that should get you a test XML file located in Essentially, in the early days of .NET Core, this was the command that was used to dump the I hope this helps. Thanks, |
Hi!
I followed the build instructions in the documentation locally and encountered an issue.
According to the instructions, if you follow the steps, you should see three folders "__compile", "__package" and "__test".
"__compile" and "__package" appear properly with the appropriate files inside, but the "__test" folder does not.
I looked through the *.fsx files used for the build and as far as I could understand, I couldn't see functionality for the creation of the "__test" folder.
The basis is declared in the Utils.fsx file for all the folders, but in the build.fsx, I couldn't find references to the declaration of the "__test" folder.
The text was updated successfully, but these errors were encountered: