mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-11-05 02:26:29 +01:00
Display names added.
This commit is contained in:
parent
0e7b07b2c4
commit
e43213c0f7
1 changed files with 2 additions and 0 deletions
|
@ -20,12 +20,14 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
|
displayName: "Run TestLockItShared Unit Tests"
|
||||||
inputs:
|
inputs:
|
||||||
command: 'test'
|
command: 'test'
|
||||||
projects: 'TestLockItShared/TestLockItShared.csproj'
|
projects: 'TestLockItShared/TestLockItShared.csproj'
|
||||||
configuration: '$(buildConfiguration)'
|
configuration: '$(buildConfiguration)'
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
|
displayName: "Run TestShareeLib Unit Tests"
|
||||||
inputs:
|
inputs:
|
||||||
command: 'test'
|
command: 'test'
|
||||||
projects: 'TestShareeLib/TestShareeLib.csproj'
|
projects: 'TestShareeLib/TestShareeLib.csproj'
|
||||||
|
|
Loading…
Reference in a new issue