Commit graph

2756 commits

Author SHA1 Message Date
Jianyun Tao 76b1750570 Fixed broken links 2016-06-27 12:12:19 -07:00
Jianyun Tao 71470540d3 Fixed the broken reference links 2016-06-27 11:34:32 -07:00
Jianyun 82214bb027 Merge pull request #1206 from PowerShell/jianyun/docs
This is for the doc structure and place holder folders and files. thx
2016-06-27 11:28:08 -07:00
Jianyun Tao 2f442101a4 Merge branch 'master' of https://github.com/PowerShell/PowerShell into jianyun/docs 2016-06-24 19:12:26 -07:00
Jianyun Tao 39b3bfcd43 Created the docs layout 2016-06-24 19:11:56 -07:00
Jianyun ee96212fb6 Merge pull request #1203 from PowerShell/jianyun/docs
fixed a broken link in readme
2016-06-24 17:37:33 -07:00
Jianyun Tao 14ccf37210 addressed feedback from Andy. 2016-06-24 17:20:20 -07:00
Jianyun Tao 1d474107c9 fixed a broken link in readme 2016-06-24 16:49:24 -07:00
Sergei Vorobev 56e4e96474 Merge pull request #1129 from TravisEz13/patch-1
Qualify new-pssession known issue
2016-06-24 16:33:25 -07:00
Sergei Vorobev c1c2d8fc10 Merge pull request #1181 from PowerShell/vors/activities
Add *.Activities dlls in Full build
2016-06-24 16:00:35 -07:00
Sergei Vorobev 9e84f86753 Start-XamlGen: ignore all errors from msbuild for all Xaml files 2016-06-24 15:45:31 -07:00
Sergei Vorobev 0203775a8c Redirect Xaml msbuild output into verbose 2016-06-24 15:45:31 -07:00
Sergei Vorobev 7ccb0bae95 Remove full paths from references assemlbies in XAML generation 2016-06-24 15:45:31 -07:00
Sergei Vorobev eb823a75a2 Make Microsoft.PowerShell.Activities/Xamls compatible with msbuild v14 2016-06-24 15:45:31 -07:00
Sergei Vorobev c681acc952 Don't always use msbuild from the framework folder: causes problems with VS C++ 14 Tools 2016-06-24 15:45:31 -07:00
Sergei Vorobev bab296f67c Exclude native resources from pwrshplugin temporarely 2016-06-24 15:45:31 -07:00
Sergei Vorobev fca7c6e4bd Bump appveyor build version 2016-06-24 15:45:31 -07:00
Sergei Vorobev 7498c20aa3 build.psm1 changes for Activities dlls
- Add Start-PSBuild -Clean
- Normalize $env:PATH references in .\build.psm1
- Add more logging in Resolve-Xaml for troubleshooting
- Always use msbuild from the Microsoft.NET v4.0.30319
- Rename Resolve-Xaml into Start-XamlGen for consistency with Start-TypeGen and Start-ResGen
- Disable pwrshplugin build temporarely
2016-06-24 15:45:31 -07:00
Sergei Vorobev f81b5a5f6e Add *.Activities dlls in Full build
- Add activities as a dependency to ConsoleHost
- This creates a minor ambiguity in the type resolution in ConsoleHost.
  We are specifying a namespace name to workaround it.
2016-06-24 15:45:31 -07:00
Jason Shirk b5bea29a72 Merge pull request #1202 from PowerShell/jasonsh/pspester-fix
Import local Pester version before running tests
2016-06-24 15:35:48 -07:00
Jason Shirk (POWERSHELL) 283d596a20 Import local Pester version before running tests 2016-06-24 14:03:30 -07:00
Jianyun 93dd47e3d7 Merge pull request #1188 from jianyunt/master
Initial draft of the contributing-to-powershell.md
2016-06-24 13:39:37 -07:00
Sergei Vorobev 5b1964579f Merge pull request #1182 from PowerShell/don/docs
(WIP) Initial draft of repo readme for PM review.
2016-06-24 13:30:25 -07:00
Don Gill abc83b0e51 Updated per feedback. 2016-06-24 13:15:34 -07:00
Travis Plunk f212f98071 Qualify new-pssession known issue 2016-06-24 12:20:21 -07:00
Jianyun Tao 88ef516237 Updated Common Engineering Practices.
[skip ci]
2016-06-24 11:39:38 -07:00
Jianyun Tao 1a79412db9 Updated to address feedback
[skip ci]
2016-06-24 10:48:26 -07:00
Jianyun Tao 2febe943c8 "Updated to address the feedback".
[skip ci]
2016-06-24 10:34:32 -07:00
Jianyun Tao e35b5ceb34 Updated contributing.md
[skip ci]
2016-06-23 17:11:56 -07:00
Andy Schwartzmeyer dbdd72b5d7 Merge pull request #1183 from PowerShell/andschwa/cli-rel-1.0.0
Change preview channel to rel-1.0.0
2016-06-23 13:48:40 -07:00
Andrew Schwartzmeyer f8e0c1a49e Change preview channel to rel-1.0.0
Recent CLI commits have changed the channel from which to download.
2016-06-23 13:23:03 -07:00
Don Gill 178becf21e (WIP) Updated draft of readme for PM review. 2016-06-23 08:21:07 -07:00
Don Gill cc8e7a789e WIP initial draft of readme 2016-06-22 16:57:17 -07:00
Andy Schwartzmeyer fd1c87f17e Merge pull request #1178 from PowerShell/RaghuS-DocUpdatesBranch
Updated installation and release documentation to be current
2016-06-22 15:30:03 -07:00
Raghu Shantha [MSFT] 6727d207f9 Updated installation and release documentation to be current 2016-06-22 14:29:58 -07:00
Sergei Vorobev 7c3019bc28 Merge pull request #1171 from PowerShell/vors/sd-717473
Integrate changes from SD between [SD:715912] and [SD:717473]
2016-06-22 10:11:48 -07:00
Sergei Vorobev 8011ad707f Disable 3 debugging tests on all platforms to unblock code integration 2016-06-22 06:28:34 -07:00
PowerShell Team 207d2b3195 Integrate changes from SD between [SD:715912] and [SD:717473] 2016-06-22 06:24:08 -07:00
Sergei Vorobev dfea5de391 Merge pull request #1172 from PowerShell/dongbo/bump_wsman_mgmt_version
Bump the version of dependent WsMan.Mgmt nuget package to 1.0.1-rc1
2016-06-22 00:14:22 -07:00
Sergei Vorobev 2d58774366 Merge pull request #1170 from PowerShell/vors/knownissues
Update known issues
2016-06-21 23:51:59 -07:00
Dongbo Wang 456a571d24 Bump the version of dependent WsMan.Mgmt nuget package to 1.0.1-rc1 2016-06-21 22:12:13 -07:00
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