Skip to content

Commit

Permalink
Moved environment configuration to PowerShell script instead of AppVe…
Browse files Browse the repository at this point in the history
…yor settings page.
  • Loading branch information
wahidshalaly committed Aug 19, 2014
1 parent f46eb4c commit 8007ac8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.environment.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
choco install psake
choco install gitversion.portable
choco install xunit
3 changes: 2 additions & 1 deletion src/ReliableUnitOfWork.SqlAzure.sln
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8007ac8

Please sign in to comment.