sharee.bike-App/UnitTests.yml
o.hauff bc82153835 Initial version.
[skip ci]
2021-07-01 11:14:28 +00:00

21 lines
No EOL
477 B
YAML

# 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)'