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

Merge gone wrong? #2

Open
hangy opened this issue Aug 11, 2018 · 0 comments
Open

Merge gone wrong? #2

hangy opened this issue Aug 11, 2018 · 0 comments
Assignees

Comments

@hangy
Copy link

hangy commented Aug 11, 2018

I was just looking at this sample and it seems that a merge went wrong somewhere:

<<<<<<< HEAD
FROM microsoft/dotnet-framework:4.7.2-sdk AS build
=======
FROM microsoft/dotnet-framework:4.7.2-sdk AS builder
>>>>>>> 0bc32715c64f97d36407ac1190b30937c09c24ed
WORKDIR C:\src\DockerSamples.SimpleWebsite.Web
COPY src\DockerSamples.SimpleWebsite.Web\packages.config .
RUN nuget restore packages.config -PackagesDirectory ..\packages
COPY src C:\src
<<<<<<< HEAD
RUN msbuild DockerSamples.SimpleWebsite.Web.csproj /p:OutputPath=c:\out\web\SimpleWebsite /p:Configuration=Release
=======
RUN msbuild DockerSamples.SimpleWebsite.Web.csproj /p:OutputPath=c:\out /p:Configuration=Release
>>>>>>> 0bc32715c64f97d36407ac1190b30937c09c24ed

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

No branches or pull requests

2 participants