Skip to content

Commit

Permalink
Apply to fix team city integration: microsoft/vstest#1590 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
pajamapants3000 committed Apr 6, 2020
1 parent 1c2b2d9 commit a123a70
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 @@ -11,7 +11,7 @@ COPY . .

# test
ENV TEAMCITY_PROJECT_NAME=fake
RUN dotnet test tests/tests.csproj
RUN dotnet test tests/tests.csproj --logger:"console;verbosity=normal"

# publish
RUN dotnet publish api/api.csproj -o /publish
Expand Down

0 comments on commit a123a70

Please sign in to comment.