Skip to content

Commit

Permalink
Update azure pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
petervandenhout committed Aug 16, 2019
1 parent 2143a18 commit 48a1dd5
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 @@ -32,7 +32,7 @@ steps:
projects: |
**/tests/*.Tests/*.csproj
**/tests/*.IntegrationTests/*.csproj
arguments: '--configuration $(buildConfiguration) --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:Include="[Opw.*]*" /p:Exclude="[*.Tests]*%2c[*.*Tests]*"'
arguments: '--configuration $(buildConfiguration) --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:Include="[Opw.*]*" /p:Exclude="[*Tests]*"'

# Release: triggered by a version tag
- task: DotNetCoreCLI@2
Expand Down

0 comments on commit 48a1dd5

Please sign in to comment.