Commit graph

2726 commits

Author SHA1 Message Date
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
Andy Schwartzmeyer c8a0a8c733 Merge pull request #1139 from PowerShell/vors/missed-resx
Add missed resx file
2016-06-17 09:13:11 -07:00
Andy Schwartzmeyer 128301c84d Merge pull request #1131 from PowerShell/KarolKaczmarek-patch-1
Fixing output location
2016-06-17 09:12:04 -07:00
Sergei Vorobev fa5d3fa063 Add missed install/uninstall scripts to .gitignore 2016-06-17 09:07:34 -07:00
PowerShell Team 67ef887900 Add new file AssemblyMetadataHelper.cs from [SD:715912]
commit 77eda78
2016-06-17 08:14:02 -07:00
Sergei Vorobev 90e14b402c Update map.json with AssemblyMetadataHelper.cs 2016-06-17 08:13:33 -07:00
Sergei Vorobev 7d9046ea05 Fix wrong heuristic to start ResGen 2016-06-17 07:51:32 -07:00
PowerShell Team 838ad202fa Add missed resx file from [SD:715912] commit 77eda78 2016-06-17 06:24:57 -07:00
Sergei Vorobev c0db699e83 Add missed resx file into map.json 2016-06-17 06:24:12 -07:00
Sergei Vorobev a64c0521a8 Ignore untracked files in Copy-MappedFiles pslMonadRoot check 2016-06-17 06:14:12 -07:00
Sergei Vorobev 436d3303cd Add uninstall script in .gitignore 2016-06-17 05:22:24 -07:00
Andy Schwartzmeyer 9a63ee7841 Merge pull request #981 from PowerShell/SortObjectPesterTest
Add Sort-Object Pester Unit Test
2016-06-16 20:51:55 -07:00
JumpingYang001 8cd16e81c1 Update fix based on comments for Sort-Object Pester Test 2016-06-16 19:54:13 -07:00
JumpingYang001 bb32b104bc Add Sort-Object Pester Unit Test 2016-06-16 19:46:52 -07:00
JumpingYang001 c1b0095361 Update fix based on comments for Export-Clixml and Import-Clixml Pester Test 2016-06-16 19:44:57 -07:00
JumpingYang001 5c9ff45370 Add Export-Clixml and Import-Clixml Pester Test 2016-06-16 19:42:51 -07:00
Sergei Vorobev 713ddfdf05 Remove authors section from product project.json 2016-06-16 19:33:19 -07:00
Sergei Vorobev 713d4072b3 Make Microsoft.PowerShell.ScheduledJob part of build for FullCLR 2016-06-16 19:30:52 -07:00
Sergei Vorobev 7cd6a76479 Add project.json for ScheduledJob, add test that we build PSScheduledJob module 2016-06-16 19:20:35 -07:00
Sergei Vorobev ff67c73c48 Bump src/windows-build submodule version 2016-06-16 19:20:35 -07:00
PowerShell Team 552354e4e2 Copy PSScheduledJob sources from psl-monad [SD:715912]
commit 77eda78
2016-06-16 19:20:35 -07:00