diff --git a/UnitTests.yml b/UnitTests.yml new file mode 100644 index 0000000..d5f5544 --- /dev/null +++ b/UnitTests.yml @@ -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)' \ No newline at end of file