Skip to content

Commit

Permalink
Merge branch 'master' into rider
Browse files Browse the repository at this point in the history
# Conflicts:
#	azure-pipelines.yml
  • Loading branch information
lconstan committed Jul 2, 2019
2 parents fefb204 + ac37e80 commit dc5d778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net

trigger:
- master
- '*'

pool:
vmImage: 'windows-2019'
Expand Down Expand Up @@ -32,4 +32,4 @@ steps:
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'
pathtoCustomTestAdapters: 'Abc.MoqComplete/CustomAdapter/nunittestadapter'
testAssemblyVer2: '**/Abc.MoqComplete.Tests.dll'
testAssemblyVer2: '**/bin/**/Abc.MoqComplete.Tests.dll'

0 comments on commit dc5d778

Please sign in to comment.