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

refactor (.NET) : Simplify-dotnet-projects #6803

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
update oince again
  • Loading branch information
ShreyasJejurkar committed Oct 8, 2023
commit 8dc07109e3d7aafecc683a45d474cdf324ac4878
2 changes: 1 addition & 1 deletion csharp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /usr/src/app

# copy csproj and restore as distinct layers
COPY *.csproj .
COPY Directory.Build.props .
COPY ["Directory.Build.props", "."]
RUN dotnet restore

# copy everything else and build app
Expand Down
Loading