File tree Expand file tree Collapse file tree 5 files changed +19
-25
lines changed
Expand file tree Collapse file tree 5 files changed +19
-25
lines changed Original file line number Diff line number Diff line change 11
22# the version under development, update after a release
3- $version = ' 4.0.1.3 '
3+ $version = ' 4.0.1.4 '
44
55function isVersionTag ($tag ){
66 $v = New-Object Version
@@ -31,3 +31,11 @@ function pack($nuspec){
3131pack(gi .\FSharp.Core.Nuget\FSharp.Core.nuspec)
3232pack(gi .\FSharp.Compiler.Tools.Nuget\FSharp.Compiler.Tools.nuspec)
3333
34+ # Merge the latest known .NET Core FSharp.Core nuget package with the one we build here
35+ pushd dotnet- tools
36+ & dotnet restore
37+ & dotnet mergenupkg -- source ..\FSharp.Core.Nuget\FSharp.Core.$version.nupkg -- other ..\packages\Microsoft.FSharp.Core.netcore.1.0 .0 - alpha- 160629 \Microsoft.FSharp.Core.netcore.1.0 .0 - alpha- 160629. nupkg -- framework netstandard1.6
38+ popd
39+ & copy FSharp.Core.Nuget\* .nupkg lib\release
40+ & copy FSharp.Compiler.Tools.Nuget\* .nupkg lib\release
41+
Original file line number Diff line number Diff line change @@ -11,5 +11,4 @@ version: '{build}'
1111artifacts :
1212 - path : lib\release
1313 name : release
14- - path : FSharp.Core.Nuget\*.nupkg
15- - path : FSharp.Compiler.Tools.Nuget\*.nupkg
14+ - path : lib\release\*.nupkg
Original file line number Diff line number Diff line change 1+ {
2+ "tools" : {
3+ "dotnet-mergenupkg" : " 1.0.*" ,
4+ },
5+ "frameworks" : {
6+ "netstandard1.6" : {}
7+ }
8+ }
Original file line number Diff line number Diff line change 1414 <package id =" Microsoft.DiaSymReader" version =" 1.0.8" />
1515 <package id =" FsSrGen" version =" 3.0.0" targetFramework =" net46" />
1616 <package id =" FSharp.SRGen.Build.Tasks" version =" 3.0.0" targetFramework =" net46" />
17+ <package id =" Microsoft.FSharp.Core.netcore" version =" 1.0.0-alpha-160629" />
1718</packages >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments