Skip to content
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

Fix dotnet core 2 branch #1

Merged
merged 1 commit into from
Aug 28, 2017

Conversation

hartmannr76
Copy link

@alexsandro-xpt

From my findings, the root cause of this issue was due to changing the BaseIntermediateOutputPath in a csproj. Seems that this break is intended functionality, and props like this more appropriately belong in a props file. Discovered issue

There is another workaround you can do directly in the csproj file, but I don't think that is repeatable. At least with this, if you wanted to pull down from a curl request or something, its less overhead to setup.

The _WatchTarget stuff is something I found also as an issue with watcher in regards to output path changing, and implemented the fix.

Let me know your thoughts.

@@ -11,6 +11,7 @@ ENV DOTNET_USE_POLLING_FILE_WATCHER 1
# WORKDIR /app
RUN mkdir /app
COPY ./src/*.csproj /app
COPY ./Directory.Build.props /
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is needed for restore and I chose to dump at the root

Copy link
Owner

@alexsandro-xpt alexsandro-xpt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@alexsandro-xpt alexsandro-xpt merged commit 4f02a8d into alexsandro-xpt:dotnetcore2 Aug 28, 2017
@hartmannr76 hartmannr76 deleted the fixNetCore2 branch August 28, 2017 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants