-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Publish directory inconsistent between Windows and Ubuntu #4891
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
Comments
@schellap The windows behavior you are seeing will be the correct behavior |
We're hitting this, broke our Windows CI build and also appears to have regressed on OS X. @brthor Why is |
I'm fixing this as part of https://github.com/dotnet/cli/issues/987 |
👏 |
I am against this new behavior. We really liked that Is there going to be a better way to publish? |
@andschwa It's going to be flat. The changes I'm making will make it the way it was. If you publish multiple runtimes to the same output folder it'll tell you or fail or something. |
@davidfowl Perfecto! Thank you. |
Ubuntu CLI is publishing to temp2, but Windows publishes to temp2/Debug/dnxcore50.
Repro
Could you please fix it to be consistent? Is this by design?
Needed for:
dotnet/corert#717
The text was updated successfully, but these errors were encountered: