From 57cd065738ff97d7457cb79d4c721938bcda5b70 Mon Sep 17 00:00:00 2001 From: Karolis2011 Date: Sat, 17 Aug 2019 22:53:30 +0300 Subject: [PATCH] Adds travis to build --- .travis.yml | 6 ++++++ ASS.API.sln | 25 +++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 .travis.yml create mode 100644 ASS.API.sln diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3700004 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: csharp +mono: none +dotnet: 2.2.6 +solution: ASS.API.sln +script: + - dotnet restore \ No newline at end of file diff --git a/ASS.API.sln b/ASS.API.sln new file mode 100644 index 0000000..396293a --- /dev/null +++ b/ASS.API.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29123.88 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ASS.API", "ASS.API.csproj", "{2686709C-7803-4E0E-B426-F0BDBE47D5A2}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2686709C-7803-4E0E-B426-F0BDBE47D5A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2686709C-7803-4E0E-B426-F0BDBE47D5A2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2686709C-7803-4E0E-B426-F0BDBE47D5A2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2686709C-7803-4E0E-B426-F0BDBE47D5A2}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {8124BD9C-012D-4955-9E60-DA17ACB4162D} + EndGlobalSection +EndGlobal