Commit 6b188728 authored by DevOps Codefoco's avatar DevOps Codefoco Committed by Vinicius Jarina
Browse files

Split Solutions. (#300)

* * Split Solutions.

* Updated NUnit.

* Fixed CI.

* Fixed Mac tests.

* Fixed Linux, Windows build
parent f917c5ac
...@@ -13,6 +13,13 @@ steps: ...@@ -13,6 +13,13 @@ steps:
- task: NuGetCommand@2 - task: NuGetCommand@2
displayName: 'NuGet restore' displayName: 'NuGet restore'
inputs:
restoreSolution: NLua.sln
- task: NuGetCommand@2
displayName: 'NuGet restore'
inputs:
restoreSolution: NLua.Core.sln
- powershell: 'Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString(''https://chocolatey.org/install.ps1''))' - powershell: 'Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString(''https://chocolatey.org/install.ps1''))'
displayName: 'Install Choco' displayName: 'Install Choco'
...@@ -36,8 +43,8 @@ steps: ...@@ -36,8 +43,8 @@ steps:
- task: MSBuild@1 - task: MSBuild@1
displayName: 'Build .NET Core' displayName: 'Build .NET Core'
inputs: inputs:
solution: 'NLua.sln' solution: 'NLua.Core.sln'
configuration: ReleaseCore configuration: Release
msbuildArguments: /restore msbuildArguments: /restore
- task: DotNetCoreCLI@2 - task: DotNetCoreCLI@2
...@@ -50,8 +57,8 @@ steps: ...@@ -50,8 +57,8 @@ steps:
- task: MSBuild@1 - task: MSBuild@1
displayName: 'Build Android' displayName: 'Build Android'
inputs: inputs:
solution: 'NLua.sln' solution: 'NLua.Android.sln'
configuration: ReleaseAndroid configuration: Release
- task: VSTest@2 - task: VSTest@2
displayName: 'VsTest - testAssemblies' displayName: 'VsTest - testAssemblies'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment