15 Commits

Author SHA1 Message Date
dependabot-preview[bot]
2b2626be0d Bump System.Reactive from 3.1.0 to 4.3.2 (#2055)
* drop mentions of net45 from core

* Bump System.Reactive from 3.1.0 to 4.3.2

Bumps [System.Reactive](https://github.com/dotnet/reactive) from 3.1.0 to 4.3.2.
- [Release notes](https://github.com/dotnet/reactive/releases)
- [Commits](https://github.com/dotnet/reactive/compare/v3.1.0...rxnet-v4.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* upgrade from net452 to net46 in test projects

* drop netstandard1.1 support

* correct this test reference

* add necessary dependency for test project

* add new dependency needed for integration tests

* upload net462 code coverage

* upgrade environment for validating linqpad examples

* bump linqpad to latest 5.x release

Co-authored-by: Brendan Forster <brendan@github.com>
2020-02-10 06:33:41 -04:00
Mattias Karlsson
01d5c8721c (build) Updated Cake.Frosting to version 0.34.1 (#1978)
* (build) Updated Cake.Frosting to version 0.34.1

* Update GritVersion from 3.6.2 to 5.0.0
2019-08-01 11:10:32 -03:00
Ryan Gribble
ac49d2ad09 Migrate dotnetcore to vs2017 tooling (#1567)
* convert to VS2017

* rework cake.frosting build to latest cake vs2017 "template" example

* fix clean task and version suffix

* add arg to DotNetCorePack so it uses the correct version

* fix appveyor

* is there an easier way to test appveyor?

* ok travis, let's do this

* after reading the travis repo, this seems to be the version we want for vs201/csproj tool support

* msbuild complaining about arguments - we can use defaults anyhow so remove $@ from build.sh script

* add workaround for msbuild/travis, as mentioned on aspnet Mvc repo

* cmon travis

* perhaps tee isnt needed afterall

* travis permission denied when trying to install tools in build script... i feel dirty but need to see if sudo will fix it!

* could it be folder permissions of /build ?

* Try 777 for NuGet.exe permissions rather than 644

* remove windows platform restriction on GitVersion call

* Add a wrapper script for GitVersion on non windows

* fix wrapper script name

* add debug

* let's see if we are running the script at all!

* run mono gitversion direclty from travis.yml, for science

* see if we can run bin/sh and prepend an argument to our shell script

* remove echos from wrapper script

* Ensure full git repo include more than 50 commits and all tags are fetched, as GitVersion was failing on TravisCI

* only build netstandard framework on non windows

* revert overriding the target framework when building the solution

* Unix being case-sensitive, adjust app.config file name in csproj files

* set FrameworkPathOverride to point to different folders on macOS and Linux

* Remove NuGet.exe from the repo.

On Windows, it will be installed by the Frosting bootstrapper script.
On Unix/macOS, cake has smarts to look for mono- and Linux-specific executables

* tidy up GitVersion logic into a GitVersionRunner class

* apply workaround for osx dotnet restore "too many open files" errors

* update test project references to latest official versions

* doesnt seem to be a reason for overriding the implicit reference

* remove extra whitespace and unused namespace
2017-03-30 15:37:49 +10:00
naveen
85e520d5d6 Fixes for mono
removed DocPlagiarizer

Fixed tests

removed unused variable

removed unused variable that was causing the build to fail

fixed the file name casing.

updated the nugget.exe to download System.Net.Http

PCL is required for mono

more fixes for travis
2015-12-11 20:36:47 -05:00
Naveen
37532022a1 Including LINQPad.exe
Including LINQPad.exe to compile the samples after every commit
2015-10-02 15:57:04 -04:00
Haacked
47c476abbf Update NuGet, Fake, and SourceLink 2015-09-17 16:22:47 -07:00
Brendan Forster
ae6b11d59f switch over to xunit.runners package from NuGet 2014-12-18 12:28:29 +09:30
Steffen Forkmann
714d8a37ad Use latest nuget.exe 2.8.1 which contains important fixes for FAKE. 2014-04-07 09:59:15 +02:00
Peter MacNaughton
a9f35b4108 Remove old documentation copying build task 2014-02-26 21:28:02 -07:00
Brendan Forster
f69404cd03 updating PullDownComments to f4af22c 2014-01-23 14:43:25 -08:00
Peter MacNaughton
2a59274b99 Updating CustomBuildTask.dll. Changed files are now written as UTF-8 2013-12-08 17:08:56 -07:00
Peter MacNaughton
9e1b4cb4bb Modified Octokit project to run custom build task that pulls down
interface comments to implementations.
2013-12-08 16:18:47 -07:00
Steffen Forkmann
ae2d5e76fe Update NuGet to 2.71, since the old version can't access the feed. 2013-11-01 18:53:33 +01:00
Haacked
c4f90febfd Add poor man's nuget build script
We'll make this better later. I promise.
2013-10-30 14:47:08 -07:00
Haacked
2a9f0460bf Add build and CI scripts
These were copied from GHfW but stripped of any sensitive information.
2013-01-09 14:29:50 -08:00