File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ if [ $dotnet -eq 1 ]; then
2828 dotnet restore --runtime ubuntu-x64
2929 fi
3030
31- dotnet test ./test/BinaryEncoding.Tests/BinaryEncoding.Tests.csproj -c Release -f netcoreapp2.0 --blame
31+ dotnet test ./test/BinaryEncoding.Tests/BinaryEncoding.Tests.csproj --configuration Release --framework netcoreapp2.0 --no-restore --blame
3232fi
3333
3434if [ $mono -eq 1 ]; then
3535 echo " * building and testing mono"
3636 export FrameworkPathOverride=$( dirname $( which mono) ) /../lib/mono/4.5/
3737 nuget restore
38- msbuild ./test/BinaryEncoding.Tests/BinaryEncoding.Tests.csproj /p:Configuration=Release /p:Platform=net452
39- mono $HOME /.nuget/packages/xunit.runner.console/* /tools/net452/xunit.console.exe ./test/BinaryEncoding.Tests/bin/net452 /Release/net452/BinaryEncoding.Tests.dll
38+ msbuild ./test/BinaryEncoding.Tests/BinaryEncoding.Tests.csproj /p:Configuration=Release,TargetFramework=net452,Platform=x64 /restore:true
39+ mono $HOME /.nuget/packages/xunit.runner.console/* /tools/net452/xunit.console.exe ./test/BinaryEncoding.Tests/bin/x64 /Release/net452/BinaryEncoding.Tests.dll
4040fi
You can’t perform that action at this time.
0 commit comments