Skip to content

Commit 8007ac8

Browse files
committed
Moved environment configuration to PowerShell script instead of AppVeyor settings page.
1 parent f46eb4c commit 8007ac8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.environment.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
choco install psake
2+
choco install gitversion.portable
3+
choco install xunit

src/ReliableUnitOfWork.SqlAzure.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.30501.0
4+
VisualStudioVersion = 12.0.30723.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReliableUnitOfWork.SqlAzure", "ReliableUnitOfWork.SqlAzure\ReliableUnitOfWork.SqlAzure.csproj", "{C450E55F-CDE0-4048-BBA5-40C06833640F}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FE41EFBC-FD1D-4DFA-9982-B7073D22AC73}"
99
ProjectSection(SolutionItems) = preProject
1010
..\.gitignore = ..\.gitignore
11+
..\build.environment.ps1 = ..\build.environment.ps1
1112
..\build.tasks.ps1 = ..\build.tasks.ps1
1213
..\LICENSE = ..\LICENSE
1314
..\NextVersion.txt = ..\NextVersion.txt

0 commit comments

Comments
 (0)