Skip to content

Commit

Permalink
#113: Dodgy spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwokkan committed Nov 9, 2019
1 parent a1e0794 commit 7b6820b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
steps:
- checkout
- run:
name: dotnet-restore/dotnet restore CardHero.sln
command: dotnet restore CardHero.sln
name: dotnet-restore/dotnet restore CardHero.sln
command: dotnet restore CardHero.sln
dotnet-build:
executor: win/vs2019
steps:
- run:
name: dotnet-build/dotnet build CardHero.sln --configuration Release --no-restore
command: dotnet build CardHero.sln --configuration Release --no-restore
name: dotnet-build/dotnet build CardHero.sln --configuration Release --no-restore
command: dotnet build CardHero.sln --configuration Release --no-restore
workflows:
version: 2
dotnet-run:
Expand Down

0 comments on commit 7b6820b

Please sign in to comment.