Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Disable broken test script
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Mar 10, 2018
1 parent 0dba5aa commit 5b1e8df
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5b1e8df

Please sign in to comment.