Skip to content

Commit

Permalink
Merge pull request #479 from nunit/issue-388b
Browse files Browse the repository at this point in the history
Merge .NET Standard Engine code back into the main solution
  • Loading branch information
rprouse committed Nov 28, 2018
2 parents a3f084e + 014340a commit aaef18f
Show file tree
Hide file tree
Showing 146 changed files with 1,298 additions and 2,024 deletions.
24 changes: 15 additions & 9 deletions .travis.yml
@@ -1,25 +1,31 @@
language: csharp
sudo: required

dotnet: 2.1.4 # SDK version; includes runtime version 2.0.5. Need 2.0+ for netcoreapp2.0 tests.

dotnet: 2.1.401
mono: 5.10.0 # Need 5.2+ for the included MSBuild.

matrix:
include:
- os: linux
install:
- sudo apt-get install dotnet-sharedframework-microsoft.netcore.app-1.1.6

- os: osx
install:
- curl https://download.microsoft.com/download/A/7/E/A7EF2AFF-F77B-4F77-A21B-0F7BD09A4065/dotnet-osx-x64.1.1.6.pkg -O
- sudo installer -pkg dotnet-osx-x64.1.1.6.pkg -target /
- wget -q https://packages.microsoft.com/config/ubuntu/14.04/packages-microsoft-prod.deb
- sudo dpkg -i packages-microsoft-prod.deb
- sudo apt-get install apt-transport-https
- sudo apt-get update
- sudo apt-get install dotnet-sharedframework-microsoft.netcore.app-1.1.2
- sudo apt-get install dotnet-runtime-2.0.6

# macOS package restore currently taking >30 mins on Travis
# - os: osx
# .NET Core 2 requires OSX 10.12+
# https://github.com/dotnet/core/blob/master/release-notes/2.0/2.0-supported-os.md#macos
# https://docs.travis-ci.com/user/reference/osx/#OS-X-Version
osx_image: xcode9.1
# osx_image: xcode9.4
# install:
# - curl https://download.microsoft.com/download/D/0/2/D028801E-0802-43C8-9F9F-C7DB0A39B344/dotnet-osx-x64.1.1.2.pkg -O
# - sudo installer -pkg dotnet-osx-x64.1.1.2.pkg -target /
# - curl https://download.microsoft.com/download/8/D/A/8DA04DA7-565B-4372-BBCE-D44C7809A467/dotnet-runtime-2.0.6-osx-x64.pkg -O
# - sudo installer -pkg dotnet-runtime-2.0.6-osx-x64.pkg -target /

script:
- ./build.sh --target "Travis" --configuration "Release"
58 changes: 0 additions & 58 deletions NUnit.Engine.Netstandard.sln

This file was deleted.

1 change: 0 additions & 1 deletion NUnitConsole.sln
Expand Up @@ -14,7 +14,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
BUILDING.md = BUILDING.md
CHANGES.txt = CHANGES.txt
CONTRIBUTING.md = CONTRIBUTING.md
EngineAndConsoleTests.nunit = EngineAndConsoleTests.nunit
LICENSE.txt = LICENSE.txt
NOTICES.txt = NOTICES.txt
NuGet.config = NuGet.config
Expand Down
2 changes: 1 addition & 1 deletion NuGet.config
Expand Up @@ -2,7 +2,7 @@
<configuration>
<packageSources>
<add key="NUnit AppVeyor CI" value="https://ci.appveyor.com/nuget/nunit" />
<add key="NUNit MyGet Feed" value="https://www.myget.org/F/nunit/api/v2" />
<add key="NUnit MyGet Feed" value="https://www.myget.org/F/nunit/api/v3/index.json" />
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
Expand Down

0 comments on commit aaef18f

Please sign in to comment.