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
Sergei Vorobev
92db3e5b74
Update powershell-native\map.json to include pwrshplugin.def
2016-06-17 15:37:46 -07:00
Sergei Vorobev
c3f64eb7b7
Merge pull request #1147 from PowerShell/dongbo/workflow
...
Build Microsoft.PowerShell.Workflow.ServiceCore.dll in Github for Full PS
2016-06-17 15:15:35 -07:00
Sergei Vorobev
cfb8765a6e
Merge pull request #1140 from PowerShell/vors/typegen
...
TypeGen enhancements
2016-06-17 15:05:48 -07:00
Dongbo Wang
a779d92fba
Bump windows-build submodule version for including CimCmdlets nuget package
2016-06-17 14:57:17 -07:00
Dongbo Wang
eae26dc0fa
Add test to verify that a simple workflow can run
2016-06-17 14:54:54 -07:00
Dongbo Wang
da69dc921f
Update project.json for Microsoft.PowerShell.ConsoleHost to depend on Microsoft.PowerShell.Workflow.ServiceCore
2016-06-17 14:54:54 -07:00
Dongbo Wang
16c2c292a7
Add project.json for Microsoft.PowerShell.Workflow.ServiceCore
2016-06-17 14:53:09 -07:00
PowerShell Team
d9b41bf9bf
Add source files for Microsoft.PowerShell.Workflow.ServiceCore
2016-06-17 14:53:09 -07:00
Dongbo Wang
de058e096a
Add map.json for Microsoft.PowerShell.Workflow.ServiceCore
2016-06-17 14:53:09 -07:00
Sergei Vorobev
e73e72484b
Fix name for pwrshplugin
2016-06-17 14:27:09 -07:00
Sergei Vorobev
0e35dcd526
Temporerely disable SQM Telemetry in pwrshplugin
2016-06-17 14:21:09 -07:00
Sergei Vorobev
ef96336d1f
Add Release/ entry to .gitignore in powershell-native project
2016-06-17 14:20:31 -07:00
PowerShell Team
71835813aa
Copy pwrshplugin native code from [SD:715912]
...
commit 77eda78
2016-06-17 14:10:17 -07:00
Sergei Vorobev
d24bf35c22
Add pwrshplugin to cmake build
2016-06-17 14:09:00 -07:00
Sergei Vorobev
299d7798ce
Merge pull request #1136 from PowerShell/vors/scheduledjobs
...
PSScheduledJobs Module
2016-06-17 11:26:24 -07:00
Sergei Vorobev
b374e2fd06
Add Start-TypeGen
...
Update Microsoft.PowerShell.CoreCLR.AssemblyLoadContext\project.json
Include Crypto package for new source code
2016-06-17 11:23:29 -07:00
Sergei Vorobev
7e26425e86
Make Start-ResGen smarter: don't need to explicitly list all modules
2016-06-17 11:12:30 -07:00
Sergei Vorobev
38ce6d4616
remove comments from project.json per request
2016-06-17 10:56:34 -07:00
Andy Schwartzmeyer
4adfe9330a
Merge pull request #1138 from PowerShell/vors/gitignore
...
Add uninstall script in .gitignore
2016-06-17 09:50:00 -07:00