mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-11-05 02:26:29 +01:00
Initial version.
[skip ci]
This commit is contained in:
parent
863123fdda
commit
bc82153835
1 changed files with 21 additions and 0 deletions
21
UnitTests.yml
Normal file
21
UnitTests.yml
Normal 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)'
|
Loading…
Reference in a new issue