Skip to content

Commit

Permalink
comand -> command
Browse files Browse the repository at this point in the history
  • Loading branch information
jonko0493 committed Feb 1, 2023
1 parent 9bf3a41 commit e7d9cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- task: DotNetCoreCLI@2
inputs:
comand: 'test'
command: 'test'
projects: $(Build.SourcesDirectory)/test/SerialLoops.Tests/SerialLoops.Tests.csproj
publishTestResults: true
displayName: Run tests
Expand Down

0 comments on commit e7d9cdc

Please sign in to comment.