Commit 5c8ca18 1 parent 04d5e2c commit 5c8ca18 Copy full SHA for 5c8ca18
File tree 3 files changed +3
-10
lines changed
3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 1
1
init :
2
2
- git config --global core.autocrlf input
3
- environment :
4
- VisualStudioVersion : 12.0
5
-
6
- before_build :
7
- - cmd : set PATH=C:\Program Files (x86)\MSBuild\12.0\Bin;%PATH%
8
-
9
3
build_script :
10
4
- cmd : build.cmd
11
5
test : off
Original file line number Diff line number Diff line change @@ -16,8 +16,4 @@ IF NOT EXIST build.fsx (
16
16
packages\FAKE\tools\FAKE.exe init.fsx
17
17
)
18
18
19
- set PATH = C:\Program Files (x86)\MSBuild\12.0\Bin;%PATH%
20
-
21
- msbuild QuickGraph.sln
22
-
23
19
packages\FAKE\tools\FAKE.exe build.fsx %*
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ open Fake.AssemblyInfoFile
9
9
open Fake.ReleaseNotesHelper
10
10
open System
11
11
open System.IO
12
+ open System.Configuration
12
13
#if MONO
13
14
#else
14
15
#load " packages/SourceLink.Fake/tools/Fake.fsx"
@@ -60,6 +61,8 @@ let gitName = "QuickGraph"
60
61
// The url for the raw files hosted
61
62
let gitRaw = environVarOrDefault " gitRaw" " https://raw.github.com/YaccConstructor"
62
63
64
+ do setEnvironVar " MSBuild" ( ProgramFilesX86 @@ @" \MSBuild\12.0\Bin" )
65
+
63
66
// --------------------------------------------------------------------------------------
64
67
// END TODO: The rest of the file includes standard build steps
65
68
// --------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments