зеркало из https://github.com/Azure/Sia-Root.git
Merge pull request #35 from Azure/maintenance/TravisRunsTests
Added test project to solution and added travis config for running tests
This commit is contained in:
Коммит
739dc16029
|
@ -3,4 +3,5 @@ mono: none
|
|||
dotnet: 2.1.4
|
||||
script:
|
||||
- dotnet restore ./Domain/Sia.Domain.sln
|
||||
- dotnet build ./Domain/Sia.Domain.sln
|
||||
- dotnet build ./Domain/Sia.Domain.sln
|
||||
- dotnet test ./Domain/Sia.Shared.Tests/Sia.Shared.Tests.csproj
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.27004.2005
|
||||
VisualStudioVersion = 15.0.27130.2010
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sia.Domain", "Sia.Domain\Sia.Domain.csproj", "{5E87ABD1-9ABF-4E97-9FE1-7CF015B72CD7}"
|
||||
EndProject
|
||||
|
@ -9,6 +9,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sia.Domain.ApiModels", "Sia
|
|||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sia.Shared", "Sia.Shared\Sia.Shared.csproj", "{1EEED92C-7BD2-4F23-9C04-1D8638EE1564}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sia.Shared.Tests", "Sia.Shared.Tests\Sia.Shared.Tests.csproj", "{1BB2242E-BF5F-496C-BD9B-B53E99D0EBB2}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
@ -27,6 +29,10 @@ Global
|
|||
{1EEED92C-7BD2-4F23-9C04-1D8638EE1564}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1EEED92C-7BD2-4F23-9C04-1D8638EE1564}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1EEED92C-7BD2-4F23-9C04-1D8638EE1564}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{1BB2242E-BF5F-496C-BD9B-B53E99D0EBB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{1BB2242E-BF5F-496C-BD9B-B53E99D0EBB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1BB2242E-BF5F-496C-BD9B-B53E99D0EBB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1BB2242E-BF5F-496C-BD9B-B53E99D0EBB2}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
|
Загрузка…
Ссылка в новой задаче