File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ install:
1717# - nuget install NUnit.Console -Version 3.8.0 -OutputDirectory _testRunner
1818
1919script :
20- - dotnet build -C Release src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj
20+ - dotnet build -c Release src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj
2121# - dotnet run -c Debug -f netcoreapp2 -p test/ICSharpCode.SharpZipLib.TestBootstrapper/ICSharpCode.SharpZipLib.TestBootstrapper.csproj -- --where "class !~ WindowsNameTransformHandling & test !~ ZipEntryFactoryHandling.CreatedValues & test !~ ZipNameTransformHandling.FilenameCleaning" --result=docs/nunit3-test-results-debug.xml
2222# - dotnet run -c Release -f netcoreapp2 -p test/ICSharpCode.SharpZipLib.TestBootstrapper/ICSharpCode.SharpZipLib.TestBootstrapper.csproj -- --where "class !~ WindowsNameTransformHandling & test !~ ZipEntryFactoryHandling.CreatedValues & test !~ ZipNameTransformHandling.FilenameCleaning" --result=docs\nunit3-test-results-release.xml
2323# - dotnet test test/ICSharpCode.SharpZipLib.Tests/ICSharpCode.SharpZipLib.Tests.csproj
Original file line number Diff line number Diff line change 1- # SharpZipLib [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/wuf8l79mypqsbor3/branch/master?svg=true )] ( https://ci.appveyor.com/project/icsharpcode/sharpziplib/branch/master ) [ ![ NuGet Version] ( https://img.shields.io/nuget/v/SharpZipLib.svg )] ( https://www.nuget.org/packages/SharpZipLib/ )
1+ # About This Fork
2+ This Fork are using .NET 5.0 as base, and fix solution by CodeAnalysis or my self for personal project used.
3+
4+ # SharpZipLib
5+
6+ #### Master Build Status [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/wuf8l79mypqsbor3/branch/master?svg=true )] ( https://ci.appveyor.com/project/icsharpcode/sharpziplib/branch/master ) [ ![ NuGet Version] ( https://img.shields.io/nuget/v/SharpZipLib.svg )] ( https://www.nuget.org/packages/SharpZipLib/ )
7+ #### Fork Build Status [ ![ Build Status] ( https://travis-ci.com/HowToDoThis/SharpZipLib.svg?branch=master )] ( https://travis-ci.com/HowToDoThis/SharpZipLib )
8+
29
310Introduction
411------------
You can’t perform that action at this time.
0 commit comments