From 1503156ead1ff7a77432e0680a082a221e305c1e Mon Sep 17 00:00:00 2001 From: YPermitin Date: Wed, 15 Apr 2020 18:20:02 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB=20=D0=BD?= =?UTF-8?q?=D0=B5=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D1=83=D0=B5?= =?UTF-8?q?=D0=BC=D1=8B=D0=B5=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/build.sh | 2 -- Scripts/runTests.sh | 2 -- YY.EventLogReaderAssistant.sln | 7 ------- 3 files changed, 11 deletions(-) delete mode 100644 Scripts/build.sh delete mode 100644 Scripts/runTests.sh diff --git a/Scripts/build.sh b/Scripts/build.sh deleted file mode 100644 index 0911e14..0000000 --- a/Scripts/build.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -dotnet build \ No newline at end of file diff --git a/Scripts/runTests.sh b/Scripts/runTests.sh deleted file mode 100644 index 3c8ef68..0000000 --- a/Scripts/runTests.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash - dotnet test ./YY.EventLogReaderAssistant.Tests/YY.EventLogReaderAssistant.Tests.csproj \ No newline at end of file diff --git a/YY.EventLogReaderAssistant.sln b/YY.EventLogReaderAssistant.sln index ef2692b..1b8ec18 100644 --- a/YY.EventLogReaderAssistant.sln +++ b/YY.EventLogReaderAssistant.sln @@ -24,12 +24,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution README.md = README.md EndProjectSection EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{D47D7992-0C16-4EF7-9C0A-258DA628DDC0}" - ProjectSection(SolutionItems) = preProject - Scripts\build.sh = Scripts\build.sh - Scripts\runTests.sh = Scripts\runTests.sh - EndProjectSection -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -54,7 +48,6 @@ Global EndGlobalSection GlobalSection(NestedProjects) = preSolution {A4CAB49D-B34A-4299-B0C4-864A874B10D4} = {B3EA600F-E229-42E8-8FC4-F8097627AF81} - {D47D7992-0C16-4EF7-9C0A-258DA628DDC0} = {759338A0-58EF-43A6-B9D5-E87F82C4B65A} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {9F628392-F4A2-4E4C-B478-BDB29B256BA4}