-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace coapp with zip package (#4244)
* Packaging with Windows zip package * Use 7z instead of Compress-Archive that uses backslashes in Windows PowerShell 1.0
- Loading branch information
Showing
7 changed files
with
228 additions
and
236 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Build guide for Windows | ||
|
||
* build.bat - Build for all combos of: Win32,x64,Release,Debug using the current msbuild toolset | ||
* build-package.bat - Build NuGet packages (wrapper for package-nuget.ps1) | ||
* package-nuget.ps1 - Build NuGet packages (using build.bat artifacts) | ||
* push-package.bat - Push NuGet packages to NuGet (edit script for version) | ||
* package-zip.ps1 - Build zip package (using build.bat artifacts) | ||
|
Oops, something went wrong.