From 8007ac8b846545a31c3fe06ed546721899962d45 Mon Sep 17 00:00:00 2001 From: Wahid Shalaly Date: Tue, 19 Aug 2014 11:36:00 +1000 Subject: [PATCH] Moved environment configuration to PowerShell script instead of AppVeyor settings page. --- build.environment.ps1 | 3 +++ src/ReliableUnitOfWork.SqlAzure.sln | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 build.environment.ps1 diff --git a/build.environment.ps1 b/build.environment.ps1 new file mode 100644 index 0000000..00f14c8 --- /dev/null +++ b/build.environment.ps1 @@ -0,0 +1,3 @@ +choco install psake +choco install gitversion.portable +choco install xunit diff --git a/src/ReliableUnitOfWork.SqlAzure.sln b/src/ReliableUnitOfWork.SqlAzure.sln index 82f4b9f..37e9836 100644 --- a/src/ReliableUnitOfWork.SqlAzure.sln +++ b/src/ReliableUnitOfWork.SqlAzure.sln @@ -1,13 +1,14 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 -VisualStudioVersion = 12.0.30501.0 +VisualStudioVersion = 12.0.30723.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReliableUnitOfWork.SqlAzure", "ReliableUnitOfWork.SqlAzure\ReliableUnitOfWork.SqlAzure.csproj", "{C450E55F-CDE0-4048-BBA5-40C06833640F}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FE41EFBC-FD1D-4DFA-9982-B7073D22AC73}" ProjectSection(SolutionItems) = preProject ..\.gitignore = ..\.gitignore + ..\build.environment.ps1 = ..\build.environment.ps1 ..\build.tasks.ps1 = ..\build.tasks.ps1 ..\LICENSE = ..\LICENSE ..\NextVersion.txt = ..\NextVersion.txt