Skip to content

Commit

Permalink
Remove project parameters flag for CI var (#677)
Browse files Browse the repository at this point in the history
* This should get picked up automatically by MSBuild as it is defined in ENV
  • Loading branch information
DrizzlyOwl authored Jan 24, 2025
1 parent afa3a14 commit 62b421a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY ./${PROJECT_NAME}.Application/ ./${PROJECT_NAME}.Application/
COPY ./${PROJECT_NAME}.Domain/ ./${PROJECT_NAME}.Domain/
COPY ./${PROJECT_NAME}.Utils/ ./${PROJECT_NAME}.Utils/

RUN ["dotnet", "publish", "TramsDataApi", "-c", "Release", "-o", "/app", "/p:CI=${CI}", "--no-restore"]
RUN ["dotnet", "publish", "TramsDataApi", "-c", "Release", "-o", "/app", "--no-restore"]

# ==============================================
# Entity Framework: Migration Builder
Expand Down

0 comments on commit 62b421a

Please sign in to comment.