aspnetcore/src/PackageArchive/ZipManifestGenerator
Nate McMaster a85d99ab8e
Add the 2.1.3 archive baselines and a target to ensure this test is run on PR builds
2018-08-10 09:08:55 -07:00
..
Program.cs
README.md Add the 2.1.3 archive baselines and a target to ensure this test is run on PR builds 2018-08-10 09:08:55 -07:00
ZipManifestGenerator.csproj
ZipManifestGenerator.sln

README.md

ZipManifestGenerator

This console app is used to generate the list of files in a zip archive.

Usage:

Usage: <ZIP> <OUTPUT>

<ZIP>      A file path or URL to the ZIP file.
<OUTPUT>   The output file path for the ZIP manifest file.

Example: dotnet run ./archive.zip files.txt

Example for servicing updates

To generate a new manifest for the incremental CI server package caches, you would run

$url = "https://dotnetfeed.blob.core.windows.net/orchestrated-release-2-1/${ProdconBuild}/final/assets/aspnetcore/Runtime/${Version}/nuGetPackagesArchive-ci-server-${Version}.patch.zip"

dotnet run $url "../Archive.CiServer.Patch/ArchiveBaseline.${Version}.txt"