File tree Expand file tree Collapse file tree 3 files changed +265
-305
lines changed Expand file tree Collapse file tree 3 files changed +265
-305
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ set -o pipefail
77echo " Restoring dotnet tools..."
88dotnet tool restore
99
10- FAKE_DETAILED_ERRORS=true dotnet fake build -t " $@ "
10+ PAKET_SKIP_RESTORE_TARGETS=true FAKE_DETAILED_ERRORS=true dotnet fake build -t " $@ "
Original file line number Diff line number Diff line change @@ -2,13 +2,15 @@ source https://api.nuget.org/v3/index.json
22
33
44storage: none
5+ framework: netstandard2.0, netstandard2.1, net5.0
56nuget FSharp.Core 4.7.2
67nuget Hopac
78nuget FSharp.Control.AsyncSeq 3.2.1
89nuget Microsoft.SourceLink.GitHub prerelease copy_local: true
910nuget Ply
1011
1112group Test
13+ framework: netstandard2.0, netstandard2.1, net5.0
1214source https://api.nuget.org/v3/index.json
1315storage: none
1416nuget FSharp.Core 4.7.2
@@ -18,7 +20,7 @@ nuget Fable.Mocha 2.10.0
1820
1921group Build
2022source https://api.nuget.org/v3/index.json
21-
23+ framework: netstandard2.0, netstandard2.1, net5.0
2224storage: none
2325nuget FSharp.Core 4.7.2
2426nuget Fake.Core.Target 5.20.4
You can’t perform that action at this time.
0 commit comments