From 5b1e8dff8c2f73db91e31f9dc5c2f7c51ec7f572 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Sat, 10 Mar 2018 10:07:16 -0800 Subject: [PATCH] Disable broken test script --- appveyor.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b5f311db..50ec3380 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,17 +18,17 @@ build_script: # msbuild src\PCLCrypto.Tests.NETCore\PCLCrypto.Tests.NETCore.csproj /nologo /m /fl /v:minimal - ps: Push-AppveyorArtifact "bin\$env:configuration\build_logs\msbuild.binlog" -test_script: -- >- - :: "%xunit20%\xunit.console.x86.exe" - bin\PCLCrypto.Tests.Desktop\%Configuration%\net452\PCLCrypto.Tests.Desktop.dll - -html "bin\%configuration%\testresults.html" -xml "bin\%configuration%\testresults.xml" - -appveyor - -notrait "TestCategory=FailsInCloudTest" - -nologo - - dotnet test src\PCLCrypto.Tests.NETCore\PCLCrypto.Tests.NETCore.csproj - --no-build +#test_script: +#- >- +# "%xunit20%\xunit.console.x86.exe" +# bin\PCLCrypto.Tests.Desktop\%Configuration%\net452\PCLCrypto.Tests.Desktop.dll +# -html "bin\%configuration%\testresults.html" -xml "bin\%configuration%\testresults.xml" +# -appveyor +# -notrait "TestCategory=FailsInCloudTest" +# -nologo +# +# dotnet test src\PCLCrypto.Tests.NETCore\PCLCrypto.Tests.NETCore.csproj +# --no-build artifacts: - path: bin\**\*.nupkg name: NuGet Package