Skip to content

Commit 7d357e8

Browse files
scott-xuRob-Hague
andauthored
No need to collect nuget packages in appveyor.yml as the packages are not generated when build (#1317)
* 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. * Update appveyor.yml --------- Co-authored-by: Rob Hague <[email protected]>
1 parent 3bfac50 commit 7d357e8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

appveyor.yml

-8
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ for:
2828
- sh: echo "Run integration tests"
2929
- 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
3030

31-
# on_failure:
32-
# - sh: appveyor PushArtifact artifacts/tcpdump.pcap
33-
3431
-
3532
matrix:
3633
only:
@@ -52,11 +49,6 @@ for:
5249
- ps: echo "Run unit tests for .NET Framework 4.6.2"
5350
- 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
5451

55-
# on_failure:
56-
# - ps: Push-AppveyorArtifact artifacts/tcpdump.pcap
57-
5852
artifacts:
59-
- path: 'src\**\*.nupkg'
60-
- path: 'src\**\*.snupkg'
6153
- path: artifacts
6254
name: artifacts

0 commit comments

Comments
 (0)