From b1bb85648742c6fef6a8444f64ad9863a4596d0a Mon Sep 17 00:00:00 2001 From: Edwin Young Date: Sat, 19 Sep 2015 14:00:36 -0700 Subject: [PATCH] nuget config for .exe missing, which breaks appveyor build --- Prequel.exe/Prequel.exe.csproj | 3 ++- Prequel.exe/packages.config | 4 ++++ README.md | 9 ++------- 3 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 Prequel.exe/packages.config diff --git a/Prequel.exe/Prequel.exe.csproj b/Prequel.exe/Prequel.exe.csproj index 824f747..29c75b3 100644 --- a/Prequel.exe/Prequel.exe.csproj +++ b/Prequel.exe/Prequel.exe.csproj @@ -59,6 +59,7 @@ Always + @@ -78,4 +79,4 @@ - + \ No newline at end of file diff --git a/Prequel.exe/packages.config b/Prequel.exe/packages.config new file mode 100644 index 0000000..0353270 --- /dev/null +++ b/Prequel.exe/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/README.md b/README.md index 682eb41..9ecb126 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,6 @@ ---- -title: Prequel -layout: default ---- - [![Build status](https://ci.appveyor.com/api/projects/status/ebtg15yc3wls89yi/branch/master?svg=true)](https://ci.appveyor.com/project/edyoung/prequel/branch/master) -# Prequel. +# Prequel Prequel was born out of working on a product which contains a large number of database schemas and stored procedures. Every so often, a really basic error would be accidentally committed to the repository - sometimes, the SQL had syntax errors. @@ -33,7 +28,7 @@ And it will print out c:\temp\foo.sql(1) : WARNING 3 : Procedure sp_foo does not SET NOCOUNT ON c:\temp\foo.sql(2) : WARNING 2 : Variable @myvar declared but never used -## Installation and prerequisites. +## Installation and prerequisites Prequel requires the Microsoft SQL Server 2014 Transact-SQL ScriptDom package, which can be found on [http://www.microsoft.com/en-us/download/details.aspx?id=42295](http://www.microsoft.com/en-us/download/details.aspx?id=42295).