From c9fc2b3a303ae6471bf751e6451182fd8835ef40 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 19 Apr 2016 13:19:46 -0700 Subject: [PATCH] Updated appveyor links --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d9ad413..972fcd1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Microsoft.PowerShell.Archive Module [Microsoft.PowerShell.Archive module](https://technet.microsoft.com/en-us/library/dn818910.aspx) contains cmdlets that let you create and extract ZIP archives. +|Master | +|:------:| +|[![Build status](https://ci.appveyor.com/api/projects/status/npvhboe2nbdbtteg/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/microsoft-powershell-archive/branch/master)| + ## [Compress-Archive](https://technet.microsoft.com/library/dn841358.aspx) examples 1. Create an archive from an entire folder including subdirectories: `Compress-Archive -Path C:\Reference -DestinationPath C:\Archives\Draft.zip` 2. Update an existing archive file: `Compress-Archive -Path C:\Reference\* -DestinationPath C:\Archives\Draft.zip -Update` @@ -8,9 +12,3 @@ ## [Expand-Archive](https://technet.microsoft.com/library/dn841359.aspx) examples 1. Extract the contents of an archive in the current folder: `Expand-Archive -Path SampleArchive.zip` 2. Use -Force parameter to overwrite existing files by those in the archive: `Expand-Archive -Path .\SampleArchive.zip -DestinationPath .\ExistingDir -Force` - -============= - -|Master | -|:------:|:-------:| -[![Build status](https://ci.appveyor.com/api/projects/status/t09difl1p5litxrd/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/microsoft-powershell-archive/branch/master)| \ No newline at end of file