-
Notifications
You must be signed in to change notification settings - Fork 666
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
refactor (.NET) : Simplify-dotnet-projects #6803
base: master
Are you sure you want to change the base?
refactor (.NET) : Simplify-dotnet-projects #6803
Conversation
Update config.yaml
csharp/Dockerfile
Outdated
@@ -4,6 +4,7 @@ WORKDIR /usr/src/app | |||
|
|||
# copy csproj and restore as distinct layers | |||
COPY *.csproj . | |||
COPY Directory.Build.props . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure it will work, docker root directoy is csharp/carter
not csharp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why its set to csharp/carter? hmm, how do I achieve this now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did ../Directory.build.props but still does not work. any idea?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the easyiest way to do the trick @ShreyasJejurkar is, imho, to use symlinks (create main file is csharp
, and create symlinks in all frameworks directory)
No description provided.