Skip to content

Commit a6f2ddb

Browse files
committed
upgraded to Xake 1.1, fixed build script
1 parent 1e17f49 commit a6f2ddb

File tree

6 files changed

+7
-593
lines changed

6 files changed

+7
-593
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ samples/**/*.fsx.lock
3939
temp
4040
~testout~
4141
paket-files/
42-
/out
42+
/out
43+
src/Xake.*.xml

build.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#r "paket:
2-
nuget Xake ~> 1.0 prerelease //"
2+
nuget Xake ~> 1.1 prerelease //"
33

44
#if !FAKE
55
#load ".fake/build.fsx/intellisense.fsx"
@@ -88,7 +88,7 @@ do xakeScript {
8888
"--configuration"; "Release"
8989
"--framework"; framework
9090
"--output"; "../out/" + framework
91-
"/p:DocumentationFile=Xake.xml"
91+
"/p:DocumentationFile=Xake.Dotnet.xml"
9292
]
9393
}
9494
]

build.fsx.lock

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,5 @@ RESTRICTION: == netstandard2.0
33
NUGET
44
remote: https://api.nuget.org/v3/index.json
55
FSharp.Core (4.3.4)
6-
Microsoft.Win32.Registry (4.4)
7-
System.Security.AccessControl (>= 4.4)
8-
System.Security.Principal.Windows (>= 4.4)
9-
System.Security.AccessControl (4.4.1)
10-
System.Security.Principal.Windows (>= 4.4)
11-
System.Security.Principal.Windows (4.4.1)
12-
Xake (1.0.8.410-alpha)
6+
Xake (1.1.0.413-alpha)
137
FSharp.Core (>= 4.3.4)
14-
Microsoft.Win32.Registry (>= 4.4)

src/Xake.Dotnet.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
<Compile Include="CommonLib.fs" />
99
<Compile Include="ProcessExec.fs" />
1010
<Compile Include="DotNetFwk.fs" />
11+
<Compile Include="ResourceFileset.fs" />
1112

1213
<Compile Include="DotnetTasks.fs" />
1314
<Compile Include="Dotnet.csc.fs" />
1415
<Compile Include="Dotnet.fsc.fs" />
15-
<Compile Include="ResourceFileset.fs" />
1616
<Compile Include="Dotnet.resgen.fs" />
1717
<Compile Include="Dotnet.Msbuild.fs" />
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Xake" Version="1.0.8.410-alpha" />
21+
<PackageReference Include="Xake" Version="1.1.0.413-alpha" />
2222
</ItemGroup>
2323

2424
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">

src/Xake.Dotnet.xml

Lines changed: 0 additions & 290 deletions
This file was deleted.

0 commit comments

Comments
 (0)