This repository was archived by the owner on Apr 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ build_script:
1818
1919# msbuild src\PCLCrypto.Tests.NETCore\PCLCrypto.Tests.NETCore.csproj /nologo /m /fl /v:minimal
2020- ps : Push-AppveyorArtifact "bin\$env:configuration\build_logs\msbuild.binlog"
21- test_script :
22- - >-
23- :: "%xunit20%\xunit.console.x86.exe"
24- bin\PCLCrypto.Tests.Desktop\%Configuration%\net452\PCLCrypto.Tests.Desktop.dll
25- -html "bin\%configuration%\testresults.html" -xml "bin\%configuration%\testresults.xml"
26- -appveyor
27- -notrait "TestCategory=FailsInCloudTest"
28- -nologo
29-
30- dotnet test src\PCLCrypto.Tests.NETCore\PCLCrypto.Tests.NETCore.csproj
31- --no-build
21+ # test_script:
22+ # - >-
23+ # "%xunit20%\xunit.console.x86.exe"
24+ # bin\PCLCrypto.Tests.Desktop\%Configuration%\net452\PCLCrypto.Tests.Desktop.dll
25+ # -html "bin\%configuration%\testresults.html" -xml "bin\%configuration%\testresults.xml"
26+ # -appveyor
27+ # -notrait "TestCategory=FailsInCloudTest"
28+ # -nologo
29+ #
30+ # dotnet test src\PCLCrypto.Tests.NETCore\PCLCrypto.Tests.NETCore.csproj
31+ # --no-build
3232artifacts :
3333- path : bin\**\*.nupkg
3434 name : NuGet Package
You can’t perform that action at this time.
0 commit comments