Skip to content

Commit

Permalink
Merge branch 'develop' into #635
Browse files Browse the repository at this point in the history
  • Loading branch information
enisn committed Mar 27, 2024
2 parents 9805ac1 + 4585851 commit 3482801
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ This project is licensed under the Apache License License - see the [LICENSE](LI
| [jfversluis](https://github.com/jfversluis) | <!-- GitHub Sponsor -->
| [Lucasbk123](https://github.com/Lucasbk123) | <!-- GitHub Sponsor -->
| [laszlodaniel](https://github.com/laszlodaniel) | <!-- GitHub Sponsor -->
| Juliette Dianne Moss | <!-- patreon -->
| Simon Brettschneider | <!-- 1☕️ -->
| _Anonymous people 5☕️_ | <!-- 4☕️ -->

Expand Down
11 changes: 7 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ steps:
inputs:
command: 'build'

- task: DotNetCoreCLI@2
displayName: "Test"
inputs:
command: 'test'
# - task: DotNetCoreCLI@2
# displayName: "Test"
# inputs:
# command: 'test'

- script: 'dotnet test -m:1'
displayName: 'dotnet test'

0 comments on commit 3482801

Please sign in to comment.