This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
PowerShell
Watch
0
Star
0
Fork
0
You've already forked PowerShell
mirror of
https://github.com/PowerShell/PowerShell.git
synced
2024-11-23 09:43:57 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
PowerShell
/
tools
/
.gitignore
4 lines
69 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Update `Start-PSBootstrap` to use .NET CLI's scripts Linux and OS X no longer install packages, instead they download the 1.0.0 uninstall and install scripts provided by .NET CLI, uninstall all existing `dotnet` packages, and "install" the latest 1.0.0 preview2 version of `dotnet` to `~/.dotnet`, which `Start-PSBuild` automatically picks up. Additionally, `Start-PSBootstrap` only attempts to install dependencies when it detects that it is on Ubuntu 14.04, otherwise it warns that dependencies must be installed manually, and still installs `dotnet` via their obtain script. This makes `Start-PSBootstrap` safe to run on Debian, and usable on CentOS.
2016-06-11 05:02:25 +08:00
dotnet-install.sh
dotnet-uninstall-debian-packages.sh
Allow packaging from a zip package to allow for signing (#5418) - Include a serialized version of PSOptions in an includesymbols zip - Add a function which will create a zip package from the expanded includesymbols zip and a folder of signed files - Add a function to restore an includesymbols zip as a build and populated PSOptions with the options
2017-11-14 02:10:51 +08:00
ExpandedBuild/
Reference in New Issue
Copy Permalink