File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -618,15 +618,15 @@ NUGET
618
618
System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (< portable-net45+win8+wp8+wpa81)
619
619
GITHUB
620
620
remote: ionide/ionide-vscode-helpers
621
- src/Fable.Import.Axios.fs (771740b1b8be6479841e44804e311f42646d5345 )
622
- src/Fable.Import.VSCode.fs (771740b1b8be6479841e44804e311f42646d5345 )
623
- src/Helpers.fs (771740b1b8be6479841e44804e311f42646d5345 )
621
+ src/Fable.Import.Axios.fs (6eb3892d22f5c7c9bdc92cc85dee5e78c5c39277 )
622
+ src/Fable.Import.VSCode.fs (6eb3892d22f5c7c9bdc92cc85dee5e78c5c39277 )
623
+ src/Helpers.fs (6eb3892d22f5c7c9bdc92cc85dee5e78c5c39277 )
624
624
GIT
625
625
remote: https://github.com/Krzysztof-Cieslak/Neptune.git
626
- (11bef49d9d9cb141a8eae04d110b5936da4676cc )
626
+ (618bb78a6ff6be55f5b0cf1393d3181096666902 )
627
627
build: build.cmd Publish
628
628
os: windows
629
- (11bef49d9d9cb141a8eae04d110b5936da4676cc )
629
+ (618bb78a6ff6be55f5b0cf1393d3181096666902 )
630
630
build: build.sh Publish
631
631
os: mono
632
632
remote: https://github.com/Krzysztof-Cieslak/Neptune-vstest.git
Original file line number Diff line number Diff line change @@ -143,6 +143,9 @@ let runExpectoProject (api : Api) project args =
143
143
childProcess
144
144
|> Process.onOutput ( fun out -> lastOutput.[ exe] <- lastOutput.[ exe] + out.toString () )
145
145
|> Process.toPromise
146
+ |> Promise.map ( fun n ->
147
+ string ( defaultArg n.Code 0 )
148
+ )
146
149
}
147
150
148
151
You can’t perform that action at this time.
0 commit comments