Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
don't try to build anything for .net framework on non-windows
this required additional build work that may conflict with upcoming work, so we'll just settle for building the existing components on macos at all in CI
  • Loading branch information
baronfel committed Feb 10, 2019
commit 75a16da36f448a3108a81a319756461fe14bde48
8 changes: 0 additions & 8 deletions .vsts-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ jobs:
strategy:
maxParallel: 3
matrix:
# we should be able to build the compiler for .net framework on *nix
mono:
_command: dotnet
_args: build -c release -f net46 src/fsharp/fsc/fsc.fsproj
dotnet_sdk:
_command: make
_args: Configuration=release
Expand All @@ -33,10 +29,6 @@ jobs:
strategy:
maxParallel: 3
matrix:
# we should be able to build the compiler for .net framework on *nix
mono:
_command: dotnet
_args: build -c release -f net46 src/fsharp/fsc/fsc.fsproj
dotnet_sdk:
_command: make
_args: Configuration=release
Expand Down