From 6ee8bdafc16fd96b029edba39ed2d08b1eae1270 Mon Sep 17 00:00:00 2001 From: Scott Xu Date: Tue, 13 Feb 2024 08:26:23 +0800 Subject: [PATCH 1/2] Update appveyor.yml No nupkg nor snupkg is generated at this moment. We can add these 2 lines back later if we decide to generate nuget packages when build. --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b0a5bf2e8..195a144cc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -56,7 +56,5 @@ for: # - ps: Push-AppveyorArtifact artifacts/tcpdump.pcap artifacts: - - path: 'src\**\*.nupkg' - - path: 'src\**\*.snupkg' - path: artifacts name: artifacts From eab2beddf521be4c321fcc7af0849451a245fed9 Mon Sep 17 00:00:00 2001 From: Rob Hague Date: Tue, 13 Feb 2024 12:30:32 +0100 Subject: [PATCH 2/2] Update appveyor.yml --- appveyor.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 195a144cc..b1129976f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,9 +28,6 @@ for: - sh: echo "Run integration tests" - sh: dotnet test -f net8.0 -c Debug --no-restore --no-build --results-directory artifacts --logger Appveyor --logger "console;verbosity=normal" --logger "liquid.md;LogFileName=linux_integration_test_net_8_report.md" -p:CollectCoverage=true -p:CoverletOutputFormat=cobertura -p:CoverletOutput=../../artifacts/linux_integration_test_net_8_coverage.xml test/Renci.SshNet.IntegrationTests/Renci.SshNet.IntegrationTests.csproj -# on_failure: -# - sh: appveyor PushArtifact artifacts/tcpdump.pcap - - matrix: only: @@ -52,9 +49,6 @@ for: - ps: echo "Run unit tests for .NET Framework 4.6.2" - ps: dotnet test -f net462 -c Debug --no-restore --no-build --results-directory artifacts --logger Appveyor --logger "console;verbosity=normal" --logger "liquid.md;LogFileName=windows_unit_test_net_4_6_2_report.md" -p:CollectCoverage=true -p:CoverletOutputFormat=cobertura -p:CoverletOutput=../../artifacts/windows_unit_test_net_4_6_2_coverage.xml test/Renci.SshNet.Tests/Renci.SshNet.Tests.csproj -# on_failure: -# - ps: Push-AppveyorArtifact artifacts/tcpdump.pcap - artifacts: - path: artifacts name: artifacts