-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migration of BioFSharp to updated Project scaffold. Docs are currentl…
…y ommitted.
- Loading branch information
Showing
235 changed files
with
24,787 additions
and
209,235 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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,11 +1,31 @@ | ||
language: csharp | ||
mono: latest # until https://github.com/dotnet/sdk/issues/335 is solved we don't have the full benefit of mono | ||
dotnet: 2.1.101 | ||
|
||
sudo: false # use the new container-based Travis infrastructure | ||
sudo: false # use the new container-based Travis infrastructure | ||
|
||
mono: 5.12.0 | ||
|
||
dotnet: 2.1.300 | ||
|
||
install: | ||
|
||
# workaround for missing .net 4.5 targing pack | ||
|
||
- export FrameworkPathOverride=$(dirname $(which mono))/../lib/mono/4.5/ | ||
|
||
before_install: | ||
- chmod +x build.sh | ||
|
||
script: | ||
- ./build.sh RunTests | ||
|
||
matrix: | ||
include: | ||
- os: linux # Ubuntu 14.04 | ||
dist: trusty | ||
sudo: required | ||
dotnet : 2.1.300 | ||
- os: osx # OSX 10.12 | ||
osx_image: xcode9.1 | ||
dotnet : 2.1.300 | ||
dist: trusty | ||
sudo: required | ||
|
||
script: | ||
- ./build.sh All |
Binary file not shown.
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,142 +1,107 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 15 | ||
VisualStudioVersion = 15.0.26430.16 | ||
VisualStudioVersion = 15.0.27703.2000 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{63297B98-5CED-492C-A5B7-A5B4F73CF142}" | ||
ProjectSection(SolutionItems) = preProject | ||
paket.dependencies = paket.dependencies | ||
paket.lock = paket.lock | ||
paket.references = paket.references | ||
EndProjectSection | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}" | ||
EndProject | ||
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "BioFSharp", "src\BioFSharp\BioFSharp.fsproj", "{4E235DDD-1B59-4A93-ABE9-2FEEF18B09A1}" | ||
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "BioFSharp", "src\BioFSharp\BioFSharp.fsproj", "{DC20B62F-9F8B-4128-898D-9436B1CE8B8D}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60BC93-E09B-4E5F-9D85-95A519479D54}" | ||
ProjectSection(SolutionItems) = preProject | ||
build.fsx = build.fsx | ||
README.md = README.md | ||
RELEASE_NOTES.md = RELEASE_NOTES.md | ||
EndProjectSection | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{83F16175-43B1-4C90-A1EE-8E351C33435D}" | ||
ProjectSection(SolutionItems) = preProject | ||
docs\tools\formatters.fsx = docs\tools\formatters.fsx | ||
docs\tools\generate.fsx = docs\tools\generate.fsx | ||
docs\tools\templates\template.cshtml = docs\tools\templates\template.cshtml | ||
docsrc\tools\generate.fsx = docsrc\tools\generate.fsx | ||
docsrc\tools\templates\template.cshtml = docsrc\tools\templates\template.cshtml | ||
EndProjectSection | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{8E6D5255-776D-4B61-85F9-73C37AA1FB9A}" | ||
ProjectSection(SolutionItems) = preProject | ||
docs\content\Alignment.fsx = docs\content\Alignment.fsx | ||
docs\content\AminoProperties.fsx = docs\content\AminoProperties.fsx | ||
docs\content\BioCollections.fsx = docs\content\BioCollections.fsx | ||
docs\content\BioDB.fsx = docs\content\BioDB.fsx | ||
docs\content\BioID.fsx = docs\content\BioID.fsx | ||
docs\content\BioItem.fsx = docs\content\BioItem.fsx | ||
docs\content\BlastWrapper.fsx = docs\content\BlastWrapper.fsx | ||
docs\content\Clustal.fsx = docs\content\Clustal.fsx | ||
docs\content\ClustalOWrapper.fsx = docs\content\ClustalOWrapper.fsx | ||
docs\content\CSV.fsx = docs\content\CSV.fsx | ||
docs\content\FastA.fsx = docs\content\FastA.fsx | ||
docs\content\FastQ.fsx = docs\content\FastQ.fsx | ||
docs\content\Formula.fsx = docs\content\Formula.fsx | ||
docs\content\GenBank.fsx = docs\content\GenBank.fsx | ||
docs\content\GESA.fsx = docs\content\GESA.fsx | ||
docs\content\GFF3.fsx = docs\content\GFF3.fsx | ||
docs\content\index.fsx = docs\content\index.fsx | ||
docs\content\Introduction.fsx = docs\content\Introduction.fsx | ||
docs\content\license.md = docs\content\license.md | ||
docs\content\MoleculeFinding.fsx = docs\content\MoleculeFinding.fsx | ||
docs\content\MotiveSearch.fsx = docs\content\MotiveSearch.fsx | ||
docs\content\Newick.fsx = docs\content\Newick.fsx | ||
docs\content\Obo.fsx = docs\content\Obo.fsx | ||
docs\content\ParallelAlignment.fsx = docs\content\ParallelAlignment.fsx | ||
docs\content\PetideClassification.fsx = docs\content\PetideClassification.fsx | ||
docs\content\Readers.fsx = docs\content\Readers.fsx | ||
docs\content\release-notes.md = docs\content\release-notes.md | ||
docs\content\StringMatching.fsx = docs\content\StringMatching.fsx | ||
docs\content\tutorial.fsx = docs\content\tutorial.fsx | ||
docs\content\UniProt.fsx = docs\content\UniProt.fsx | ||
docs\content\WebLogo.fsx = docs\content\WebLogo.fsx | ||
docsrc\content\index.fsx = docsrc\content\index.fsx | ||
docsrc\content\tutorial.fsx = docsrc\content\tutorial.fsx | ||
EndProjectSection | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{ED8079DD-2B06-4030-9F0F-DC548F98E1C4}" | ||
EndProject | ||
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "BioFSharp.Tests", "tests\BioFSharp.Tests\BioFSharp.Tests.fsproj", "{12CFF99C-5660-42FE-9370-9085A6558F16}" | ||
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "BioFSharp.Tests", "tests\BioFSharp.Tests\BioFSharp.Tests.fsproj", "{EC120240-3BD9-4026-BA39-FEBEF5B7D41B}" | ||
EndProject | ||
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharpAux", "..\FSharpAux\src\FSharpAux\FSharpAux.fsproj", "{0019D7CC-F9F2-40A6-86CF-AEF143165D36}" | ||
EndProject | ||
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharpAux.IO", "..\FSharpAux\src\FSharpAux.IO\FSharpAux.IO.fsproj", "{300079C1-69F3-46CE-9F57-C5510B7E925B}" | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "git", "git", "{078A9C52-DDC1-46F4-9235-9E6C89C87AFD}" | ||
ProjectSection(SolutionItems) = preProject | ||
.gitattributes = .gitattributes | ||
.gitignore = .gitignore | ||
EndProjectSection | ||
EndProject | ||
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "BioFSharp.BioDB", "src\BioFSharp.BioDB\BioFSharp.BioDB.fsproj", "{C005AF19-B61C-484F-9E3A-28B497B19C17}" | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{7C6D08E7-3EAC-4335-8F4B-252C193C27C9}" | ||
ProjectSection(SolutionItems) = preProject | ||
.travis.yml = .travis.yml | ||
appveyor.yml = appveyor.yml | ||
build.cmd = build.cmd | ||
build.fsx = build.fsx | ||
build.proj = build.proj | ||
build.sh = build.sh | ||
EndProjectSection | ||
EndProject | ||
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "BioFSharp.IO", "src\BioFSharp.IO\BioFSharp.IO.fsproj", "{BC61517C-9DD1-4847-8512-0B00434216D7}" | ||
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "BioFSharp.BioDB", "src\BioFSharp.BioDB\BioFSharp.BioDB.fsproj", "{36183ED7-462B-45DF-8FD5-6BD45084985B}" | ||
EndProject | ||
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "BioFSharp.Parallel", "src\BioFSharp.Parallel\BioFSharp.Parallel.fsproj", "{A7B90331-E394-414F-8CBA-27B19B187B0E}" | ||
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "BioFSharp.IO", "src\BioFSharp.IO\BioFSharp.IO.fsproj", "{4EBA7C43-6726-4AFE-9EF2-3607CA038A62}" | ||
EndProject | ||
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "BioFSharp.Stats", "src\BioFSharp.Stats\BioFSharp.Stats.fsproj", "{5A448A45-8238-467F-B60F-EB1A6BB8DBBC}" | ||
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "BioFSharp.Parallel", "src\BioFSharp.Parallel\BioFSharp.Parallel.fsproj", "{12A8066D-B779-425C-A2D2-491693EC6B42}" | ||
EndProject | ||
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "BioFSharp.Vis", "src\BioFSharp.Vis\BioFSharp.Vis.fsproj", "{BBF10BBE-BDFA-414E-8154-1B1BB1D043DD}" | ||
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "BioFSharp.Stats", "src\BioFSharp.Stats\BioFSharp.Stats.fsproj", "{9562FADF-F2E9-4998-BEF7-B252C55F7A38}" | ||
EndProject | ||
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.Stats", "..\FSharp.Stats\src\FSharp.Stats\FSharp.Stats.fsproj", "{042658EB-E1CC-476C-A794-5631E6E53855}" | ||
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "BioFSharp.Vis", "src\BioFSharp.Vis\BioFSharp.Vis.fsproj", "{DBD17E56-E3A2-4A19-AEAB-0E758FEBCD84}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{4E235DDD-1B59-4A93-ABE9-2FEEF18B09A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{4E235DDD-1B59-4A93-ABE9-2FEEF18B09A1}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{4E235DDD-1B59-4A93-ABE9-2FEEF18B09A1}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{4E235DDD-1B59-4A93-ABE9-2FEEF18B09A1}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{12CFF99C-5660-42FE-9370-9085A6558F16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{12CFF99C-5660-42FE-9370-9085A6558F16}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{12CFF99C-5660-42FE-9370-9085A6558F16}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{12CFF99C-5660-42FE-9370-9085A6558F16}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{0019D7CC-F9F2-40A6-86CF-AEF143165D36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{0019D7CC-F9F2-40A6-86CF-AEF143165D36}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{0019D7CC-F9F2-40A6-86CF-AEF143165D36}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{0019D7CC-F9F2-40A6-86CF-AEF143165D36}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{300079C1-69F3-46CE-9F57-C5510B7E925B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{300079C1-69F3-46CE-9F57-C5510B7E925B}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{300079C1-69F3-46CE-9F57-C5510B7E925B}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{300079C1-69F3-46CE-9F57-C5510B7E925B}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{C005AF19-B61C-484F-9E3A-28B497B19C17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{C005AF19-B61C-484F-9E3A-28B497B19C17}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{C005AF19-B61C-484F-9E3A-28B497B19C17}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{C005AF19-B61C-484F-9E3A-28B497B19C17}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{BC61517C-9DD1-4847-8512-0B00434216D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{BC61517C-9DD1-4847-8512-0B00434216D7}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{BC61517C-9DD1-4847-8512-0B00434216D7}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{BC61517C-9DD1-4847-8512-0B00434216D7}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{A7B90331-E394-414F-8CBA-27B19B187B0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{A7B90331-E394-414F-8CBA-27B19B187B0E}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{A7B90331-E394-414F-8CBA-27B19B187B0E}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{A7B90331-E394-414F-8CBA-27B19B187B0E}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{5A448A45-8238-467F-B60F-EB1A6BB8DBBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{5A448A45-8238-467F-B60F-EB1A6BB8DBBC}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{5A448A45-8238-467F-B60F-EB1A6BB8DBBC}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{5A448A45-8238-467F-B60F-EB1A6BB8DBBC}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{BBF10BBE-BDFA-414E-8154-1B1BB1D043DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{BBF10BBE-BDFA-414E-8154-1B1BB1D043DD}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{BBF10BBE-BDFA-414E-8154-1B1BB1D043DD}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{BBF10BBE-BDFA-414E-8154-1B1BB1D043DD}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{042658EB-E1CC-476C-A794-5631E6E53855}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{042658EB-E1CC-476C-A794-5631E6E53855}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{042658EB-E1CC-476C-A794-5631E6E53855}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{042658EB-E1CC-476C-A794-5631E6E53855}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{DC20B62F-9F8B-4128-898D-9436B1CE8B8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{DC20B62F-9F8B-4128-898D-9436B1CE8B8D}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{DC20B62F-9F8B-4128-898D-9436B1CE8B8D}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{DC20B62F-9F8B-4128-898D-9436B1CE8B8D}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{EC120240-3BD9-4026-BA39-FEBEF5B7D41B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{EC120240-3BD9-4026-BA39-FEBEF5B7D41B}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{EC120240-3BD9-4026-BA39-FEBEF5B7D41B}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{EC120240-3BD9-4026-BA39-FEBEF5B7D41B}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{36183ED7-462B-45DF-8FD5-6BD45084985B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{36183ED7-462B-45DF-8FD5-6BD45084985B}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{36183ED7-462B-45DF-8FD5-6BD45084985B}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{36183ED7-462B-45DF-8FD5-6BD45084985B}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{4EBA7C43-6726-4AFE-9EF2-3607CA038A62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{4EBA7C43-6726-4AFE-9EF2-3607CA038A62}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{4EBA7C43-6726-4AFE-9EF2-3607CA038A62}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{4EBA7C43-6726-4AFE-9EF2-3607CA038A62}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{12A8066D-B779-425C-A2D2-491693EC6B42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{12A8066D-B779-425C-A2D2-491693EC6B42}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{12A8066D-B779-425C-A2D2-491693EC6B42}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{12A8066D-B779-425C-A2D2-491693EC6B42}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{9562FADF-F2E9-4998-BEF7-B252C55F7A38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{9562FADF-F2E9-4998-BEF7-B252C55F7A38}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{9562FADF-F2E9-4998-BEF7-B252C55F7A38}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{9562FADF-F2E9-4998-BEF7-B252C55F7A38}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{DBD17E56-E3A2-4A19-AEAB-0E758FEBCD84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{DBD17E56-E3A2-4A19-AEAB-0E758FEBCD84}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{DBD17E56-E3A2-4A19-AEAB-0E758FEBCD84}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{DBD17E56-E3A2-4A19-AEAB-0E758FEBCD84}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(NestedProjects) = preSolution | ||
{83F16175-43B1-4C90-A1EE-8E351C33435D} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1} | ||
{8E6D5255-776D-4B61-85F9-73C37AA1FB9A} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1} | ||
{12CFF99C-5660-42FE-9370-9085A6558F16} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4} | ||
{EC120240-3BD9-4026-BA39-FEBEF5B7D41B} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4} | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {C50F9EB5-7227-4BA5-AF8F-BCA7F7ECD383} | ||
SolutionGuid = {DC87DD12-49BB-4661-B8AB-9D08B005A76B} | ||
EndGlobalSection | ||
EndGlobal |
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,2 +1,2 @@ | ||
#### 0.0.1 - September 16 2016 | ||
#### 0.0.1 - Thursday, August 9, 2018 | ||
* Initial release |
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,29 +1,11 @@ | ||
version: '0.0.1.{build}' | ||
image: Visual Studio 2017 | ||
# branches: | ||
# only: | ||
# - master | ||
skip_tags: true | ||
|
||
init: | ||
# Good practise, because Windows line endings are different from Unix/Linux ones | ||
- cmd: git config --global core.autocrlf true | ||
install: | ||
# Install repo specific stuff here | ||
before_build: | ||
# Display .NET Core version | ||
- cmd: dotnet --version | ||
- git config --global core.autocrlf input | ||
build_script: | ||
# output will be in bin | ||
- cmd: build.cmd All | ||
after_build: | ||
# For once the build has completed | ||
test: off | ||
version: 0.0.1.{build} | ||
artifacts: | ||
- path: 'bin\*.nupkg' | ||
name: FSharp.FGL | ||
type: NuGetPackage | ||
clone_depth: 1 | ||
test_script: | ||
# done in build step | ||
on_finish : | ||
# any cleanup in here | ||
deploy: off | ||
- path: bin | ||
name: bin |
Oops, something went wrong.