Commit graph

2715 commits

Author SHA1 Message Date
Sergei Vorobev
8c284cd5a3 Update KNOWNISSUES.md 2016-06-21 19:06:04 -07:00
Sergei Vorobev
44be44e195 Revert GetComputerInfoCommand.cs to source-depot state 2016-06-21 19:02:28 -07:00
Sergei Vorobev
acb7b36b94 Merge pull request #1169 from PowerShell/vors/host
Add Microsoft.PowerShell.GraphicalHost into Full build
2016-06-21 18:59:51 -07:00
Sergei Vorobev
3769dbc1f0 Add GraphicalHost as net451 dependency to ConsoleHost 2016-06-21 18:32:22 -07:00
Sergei Vorobev
b833d6b957 Make Resolve-Xaml in build.psm1 compatible with GraphicalHost 2016-06-21 18:32:21 -07:00
Sergei Vorobev
2ffbfe41d6 Make Microsoft.PowerShell.GraphicalHost buildable
-Exclude *Button files
-Remove unnessasary namespace specifier for resources
2016-06-21 18:32:20 -07:00
PowerShell Team
2726a38520 Copy Microsoft.PowerShell.GraphicalHost from [SD:715912]
commit 570d318
2016-06-21 18:32:08 -07:00
Sergei Vorobev
881cf0e1ed Add project, map and AssemlbyInfo.cs for GraphicalHost
- Add xaml files to Microsoft.PowerShell.GraphicalHost\map.json
- Add references into project.json file
- Known issue: ExpanderButtonAutomationPeer.cs is excluded from the build
2016-06-21 18:31:54 -07:00
Sergei Vorobev
148d806165 Merge pull request #1168 from PowerShell/dongbo/activities
Add Activities.dlls to Github
2016-06-21 17:30:30 -07:00
Dongbo Wang
12c5094a69 Update build.psm1 to use the same MSBuild checking logic 2016-06-21 16:54:57 -07:00
Dongbo Wang
6adbda9c37 Add project.json files for Activities.dlls 2016-06-21 15:25:24 -07:00
PowerShell Team
913be6bccf Add source files for Microsoft.WSMan.Management.Activities 2016-06-21 15:19:34 -07:00
PowerShell Team
0234b9435d Add source files for Microsoft.PowerShell.Utility.Activities 2016-06-21 15:19:34 -07:00
PowerShell Team
4f2eb80963 Add source files for Microsoft.PowerShell.Security.Activities 2016-06-21 15:19:34 -07:00
PowerShell Team
a521fcf878 Add source files for Microsoft.PowerShell.Management.Activities 2016-06-21 15:19:34 -07:00
PowerShell Team
800abb6203 Add source files for Microsoft.PowerShell.Diagnostics.Activities 2016-06-21 15:19:34 -07:00
PowerShell Team
e0a2323d18 Add source files for Microsoft.PowerShell.Core.Activities 2016-06-21 15:19:34 -07:00
PowerShell Team
f63b574f12 Add source files for Microsoft.PowerShell.Activities 2016-06-21 15:19:34 -07:00
Dongbo Wang
a9d8ea89df Add map.json files for Activities.dlls 2016-06-21 15:19:34 -07:00
Dongbo Wang
8fbedbd9ad Update build.psm1 to add Resolve-Xaml function because 'Microsoft.PowerShell.Activities' depends on .xaml files. 2016-06-21 15:19:34 -07:00
Sergei Vorobev
1476be8ecf Merge pull request #1161 from PowerShell/vors/leftovers
Vors/leftovers
2016-06-20 17:53:31 -07:00
Sergei Vorobev
7b3b6dbc74 Update KNOWNISSUES about ControlPanelItemCommand.cs
[skip ci]
2016-06-20 17:52:53 -07:00
PowerShell Team
5790595da3 Copy Microsoft.PowerShell.ODataUtils from [SD:715912]
commit 570d318
2016-06-20 17:23:37 -07:00
Sergei Vorobev
f4ff460b9f Add OdataUtils to map.json 2016-06-20 17:22:54 -07:00
PowerShell Team
5f87828710 Copy ControlPanelItemCommand.cs from [SD:715912]
commit 77eda78
2016-06-20 15:29:51 -07:00
Sergei Vorobev
cafc4fe1d0 Add ControlPanelItemCommand.cs into map.json and exclude from build 2016-06-20 15:29:51 -07:00
Sergei Vorobev
a966d8dc7d Merge pull request #1158 from PowerShell/vors/windows-build
Remove src/windows-build submodule
2016-06-20 15:19:28 -07:00
Raghu Shantha [MSFT]
45c6f9125b Merge pull request #1157 from PowerShell/RaghuS-PackageManagementModule
Enable PackageManagement module in PS module store
2016-06-20 15:03:19 -07:00
Sergei Vorobev
963ce9c1ab Remove src/windows-build from CI builds 2016-06-20 14:40:29 -07:00
Sergei Vorobev
607448cd18 Remove src/windows-build submodule 2016-06-20 14:39:39 -07:00
Sergei Vorobev
573606054c Remove doc information about psl-windows-build submodule 2016-06-20 14:38:47 -07:00
Sergei Vorobev
2856103fa5 Get packages from psl-windows-build online nuget feed 2016-06-20 14:35:57 -07:00
Sergei Vorobev
09238a9f1a Merge pull request #1148 from PowerShell/vors/pwrshplugin
Add pwrshplugin into windows build
2016-06-20 13:43:54 -07:00
PowerShell Team
0b2d362220 Enable PackageManagement module in OPS module store 2016-06-20 13:37:54 -07:00
Andy Schwartzmeyer
784978a9dd Merge pull request #1154 from PowerShell/andschwa/build-module
Better CentOS 7 support
2016-06-20 13:37:52 -07:00
Andrew Schwartzmeyer
36d982f7f5 Detect DEB and RPM package types
Instead of assuming DEB for Linux.
2016-06-20 13:03:54 -07:00
Quoc Truong
8cfc6d6687 Merge pull request #1153 from PowerShell/quoct/oneget
Adding PackageManagement
2016-06-20 12:59:50 -07:00
Andrew Schwartzmeyer
0cdc7cfc7e Use COMPILE_FLAGS instead of add_compile_options
The latter came with CMake 2.8.12, and CentOS comes with 2.8.11, so we
need to use a more compatible method. Also bump the minimum required
version now that it is properly known.
2016-06-20 12:44:55 -07:00
Andrew Schwartzmeyer
01b1b13344 Install gcc-c++ instead of just gcc on CentOS 2016-06-20 12:16:14 -07:00
Andrew Schwartzmeyer
bedcff49f6 Use VERSION_ID instead of Version from /etc/os-release
They are different fields and VERSION_ID is just the number.
2016-06-20 12:13:22 -07:00
Andrew Schwartzmeyer
f3070bf28b Install curl during bootstrap
Since the LLVM feed is no longer added, we do not need to update nor
require curl beforehand, nor install wget.
2016-06-20 12:12:21 -07:00
Andrew Schwartzmeyer
30dadb8dae Use -match instead of -eq
Since the use of quotes in /etc/os-release is inconsistent across
distributions, we have to match instead of exactly compare.
2016-06-20 12:08:08 -07:00
Andrew Schwartzmeyer
511936606e Add Find-Dotnet to make build module smarter
New function smartly adds the probable location of the .NET CLI tools to
the path if `dotnet` is not found. If it is still not found, it restores
the path. All functions using `dotnet` should call `Find-Dotnet` first.
2016-06-20 11:59:14 -07:00
Quoc Truong
f9a801f50b Add project.json for PackageManagement assemblies and make it build 2016-06-20 11:46:21 -07:00
PowerShell Team
5361c16aaf Add mapped files for all PackageManagement assemblies 2016-06-20 11:40:23 -07:00
Andrew Schwartzmeyer
42d1d05d85 Support CentOS 7 in build module 2016-06-20 11:39:39 -07:00
Quoc Truong
d8a7ca9f70 Add map.json for all PackageManagement assemblies 2016-06-20 11:38:19 -07:00
James Truher [MSFT]
810ed39d49 Merge pull request #1062 from PowerShell/XMLCommandPesterTest
Add Export-Clixml and Import-Clixml Pester Test
2016-06-20 11:00:02 -07:00
Sergei Vorobev
5d9f3ad860 Update powershell-native\CMakeLists.txt with a fixed name of the library 2016-06-17 15:40:42 -07:00
PowerShell Team
9788e9a1c2 Copy pwrshplugin.def from [SD:715912]
commit 77eda78
2016-06-17 15:38:43 -07:00