Azure pipelines: tests and pack #5
@ -12,3 +12,8 @@ variables:
|
|||||||
steps:
|
steps:
|
||||||
- script: dotnet build --configuration $(buildConfiguration)
|
- script: dotnet build --configuration $(buildConfiguration)
|
||||||
displayName: 'dotnet build $(buildConfiguration)'
|
displayName: 'dotnet build $(buildConfiguration)'
|
||||||
|
- task: DotNetCoreCLI@2
|
||||||
|
inputs:
|
||||||
|
command: test
|
||||||
|
projects: '**/*Tests/*.csproj'
|
||||||
|
arguments: '--configuration $(buildConfiguration)'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user