-
Notifications
You must be signed in to change notification settings - Fork 789
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/williamtetlow/visualfsharp …
…into nested-recd-update-recdexpr # Conflicts: # src/fsharp/TypeChecker.fs
- Loading branch information
Showing
467 changed files
with
17,077 additions
and
14,756 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
phases: | ||
- phase: Linux | ||
queue: | ||
name: Hosted Linux Preview | ||
timeoutInMinutes: 90 | ||
parallel: 2 | ||
matrix: | ||
release_default: | ||
_command: ./mono/cibuild.sh | ||
_args: release | ||
# disabled until it can be properly fixed | ||
#release_fcs: | ||
# _command: ./fcs/build.sh | ||
# _args: Build | ||
steps: | ||
- script: $(_command) $(_args) | ||
- task: PublishBuildArtifacts@1 | ||
inputs: | ||
PathtoPublish: '$(Build.SourcesDirectory)/tests/TestResults' | ||
ArtifactName: 'Linux $(_command) $(_args)' | ||
publishLocation: Container | ||
continueOnError: true | ||
condition: failed() | ||
|
||
- phase: Windows | ||
queue: | ||
name: Hosted VS2017 | ||
timeoutInMinutes: 90 | ||
parallel: 7 | ||
matrix: | ||
ci_part1: | ||
_command: build.cmd | ||
_args: release ci_part1 | ||
ci_part2: | ||
_command: build.cmd | ||
_args: release ci_part2 | ||
ci_part3: | ||
_command: build.cmd | ||
_args: release ci_part3 | ||
ci_part4: | ||
_command: build.cmd | ||
_args: release ci_part4 | ||
debug_default: | ||
_command: build.cmd | ||
_args: debug | ||
net40_no_vs: | ||
_command: build.cmd | ||
_args: release net40 | ||
release_fcs: | ||
_command: fcs\build.cmd | ||
_args: TestAndNuget | ||
steps: | ||
- script: $(_command) $(_args) | ||
- task: PublishBuildArtifacts@1 | ||
inputs: | ||
PathtoPublish: '$(Build.SourcesDirectory)\tests\TestResults' | ||
ArtifactName: 'Windows $(_command) $(_args)' | ||
publishLocation: Container | ||
continueOnError: true | ||
condition: failed() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.1.300-rtm-008707 | ||
2.1.400-preview-009197 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.8.0 | ||
2.9.0-beta8-63208-01 |
Oops, something went wrong.