Skip to content

Commit

Permalink
#113: Remove debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwokkan committed Nov 9, 2019
1 parent 48b2507 commit 4461042
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ jobs:
executor: win/default
steps:
- checkout
- run: dir
- run:
name: dotnet-restore/dotnet restore CardHero.sln
command: dotnet restore CardHero.sln
- run: dir
- run:
name: dotnet-build/dotnet build CardHero.sln --configuration Release --no-restore
command: dotnet build CardHero.sln --configuration Release --no-restore
Expand Down

0 comments on commit 4461042

Please sign in to comment.