Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
IeuanWalker committed Jul 13, 2019
1 parent 40b09a2 commit c6cddcc
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 @@ -33,7 +33,7 @@ steps:
displayName: Unit tests
inputs:
testSelector: 'testAssemblies'
testAssemblyVer2: '**\$(BuildConfiguration)\*\*GeoUK.OSTN.Tests.dll'
testAssemblyVer2: '**\$(BuildConfiguration)\*GeoUK.OSTN.Tests.dll'
searchFolder: '$(System.DefaultWorkingDirectory)'
codeCoverageEnabled: true
# The second task is dotnet pack command again pointing to the csproj file
Expand Down

0 comments on commit c6cddcc

Please sign in to comment.