diff --git a/.gitignore b/.gitignore index 7d67960a..5ac51fb9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ obj/ # Build outputs dist/installers/ +dist/linux-x64/ +dist/subscription-build-linux-x64/ +dist/win-x64/ # IDE .vscode/settings.json @@ -15,4 +18,7 @@ dist/installers/ # OS Thumbs.db Desktop.ini -.DS_Store \ No newline at end of file +.DS_Store +/dist/linux-x64 +/dist/subscription-build-linux-x64 +/server/AyaNova/wwwroot diff --git a/raven.sln b/raven.sln new file mode 100644 index 00000000..d455bc9d --- /dev/null +++ b/raven.sln @@ -0,0 +1,29 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.2.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "server", "server", "{DAD03CFC-D5FA-AC94-41C7-9ABAB326F09E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AyaNova", "server\AyaNova\AyaNova.csproj", "{EB46EC5A-1CCF-9219-AA77-D5C6FC33610A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {EB46EC5A-1CCF-9219-AA77-D5C6FC33610A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EB46EC5A-1CCF-9219-AA77-D5C6FC33610A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EB46EC5A-1CCF-9219-AA77-D5C6FC33610A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EB46EC5A-1CCF-9219-AA77-D5C6FC33610A}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {EB46EC5A-1CCF-9219-AA77-D5C6FC33610A} = {DAD03CFC-D5FA-AC94-41C7-9ABAB326F09E} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {5059F748-7D55-4D34-925D-A1E9B13130DB} + EndGlobalSection +EndGlobal diff --git a/server/AyaNova/Startup.cs b/server/AyaNova/Startup.cs index f3ea0f31..1da27460 100644 --- a/server/AyaNova/Startup.cs +++ b/server/AyaNova/Startup.cs @@ -44,7 +44,7 @@ namespace AyaNova private string _connectionString = ""; private readonly Microsoft.AspNetCore.Hosting.IWebHostEnvironment _hostingEnvironment; - //checkpoint commit comment for case 4586 prior to backend dependency update + //checkpoint commit comment for case 4642 to test GIT and build environment etc //////////////////////////////////////////////////////////// //