Initial version.

[skip ci]
This commit is contained in:
o.hauff 2021-07-01 11:14:28 +00:00
parent 863123fdda
commit bc82153835

21
UnitTests.yml Normal file
View file

@ -0,0 +1,21 @@
# ASP.NET Core
# Build and test ASP.NET Core projects targeting .NET Core.
# Add steps that run tests, create a NuGet package, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
trigger:
- master
pool:
vmImage: 'macos-latest'
variables:
buildConfiguration: 'Release'
steps:
- task: DotNetCoreCLI@2
inputs:
command: 'test'
projects: 'TestLockItShared/TestLockItShared.csproj'
configuration: '$(buildConfiguration)'