From 6b01ab1ac1981c71f1502d187c6d5fdf0fc83afb Mon Sep 17 00:00:00 2001 From: TomPallister Date: Wed, 12 Oct 2016 21:41:07 +0100 Subject: [PATCH] sln updates --- Ocelot.sln | 6 +++--- build.bat | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Ocelot.sln b/Ocelot.sln index 27a97cfc..1f3e50cb 100644 --- a/Ocelot.sln +++ b/Ocelot.sln @@ -8,12 +8,12 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3FA7C349-DBE8-4904-A2CE-015B8869CE6C}" ProjectSection(SolutionItems) = preProject appveyor.yml = appveyor.yml - build.sh = build.sh + build.bat = build.bat global.json = global.json LICENSE.md = LICENSE.md README.md = README.md - run-benchmarks.sh = run-benchmarks.sh - run-tests.sh = run-tests.sh + run-benchmarks.bat = run-benchmarks.bat + run-tests.bat = run-tests.bat EndProjectSection EndProject Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Ocelot", "src\Ocelot\Ocelot.xproj", "{AEC8FB40-B370-48A6-9B38-78E560041F01}" diff --git a/build.bat b/build.bat index c0ff2d8a..c444f952 100644 --- a/build.bat +++ b/build.bat @@ -1,4 +1,3 @@ - #!/bin/bash echo ------------------------- echo Running Ocelot.UnitTests