Commit graph

2410 commits

Author SHA1 Message Date
Raghu Shantha [MSFT] 84823553cc Add Ability to generate Appx packages 2016-06-02 10:31:02 -07:00
Andy Schwartzmeyer 455f2238b7 Merge pull request #1065 from PowerShell/andschwa/fix-start-psxunit
Fix and improve Start-PSxUnit
2016-06-01 12:10:30 -07:00
Andrew Schwartzmeyer 66ddfcdaff Make git describe work relative to script
So that you don't have to watch your CWD when running commands from the
build module.
2016-06-01 11:15:09 -07:00
Andrew Schwartzmeyer aa273571db Fix and improve Start-PSxUnit
* Last PR had a typo in "TestAruments" which caused the configuration
  not to get picked up
* Now bails appropriately if PowerShell wasn't built, instead of
  rebuilding it every time
* Passes `-verbose` to the xUnit runner, not dotnet, so we can see which
  test failed
2016-06-01 11:15:09 -07:00
James Truher [MSFT] 6dac6bf58a Merge pull request #1063 from PowerShell/GetPsCallStackTests
Add Unit Test for Get-PSCallSta
2016-06-01 10:47:09 -07:00
Andy Schwartzmeyer eb16737ba8 Merge pull request #1064 from PowerShell/andschwa/fix-start-psxunit
Fix Start-PSxUnit
2016-06-01 10:45:56 -07:00
TingLiu6 325c39f90a Add Unit Test for Get-PSCallSta 2016-06-01 02:29:44 -07:00
Andrew Schwartzmeyer 4d5e7daf28 Fix Start-PSxUnit 2016-05-31 16:06:19 -07:00
Andy Schwartzmeyer 86484ff0d9 Merge pull request #1054 from PowerShell/andschwa/wix-docs
Update releasing notes for WiX
2016-05-31 15:52:22 -07:00
Andy Schwartzmeyer bb6e2f2d49 Merge pull request #1049 from PowerShell/andschwa/revert-history-merge
Revert EndProcessing to original code
2016-05-31 15:51:47 -07:00
Andy Schwartzmeyer 8be00f72d9 Merge pull request #1061 from PowerShell/andschwa/merge-sd
Merge changes from [SD:709766]
2016-05-31 15:45:06 -07:00
Sergei Vorobev 6ffeaa27b1 Merge pull request #1052 from PowerShell/RaghuS-PackageManagementMappingUpdate
Updated PackageManagement mappings
2016-05-31 14:27:09 -07:00
Andrew Schwartzmeyer 7736f0d9e0 Bump windows-build 2016-05-31 14:14:53 -07:00
PowerShell Team b38773eb79 Update files from Source Depot changeset [SD:709766]
Corresponds to 15b1623435d6a195d1e877ba5c43709d991f573a in psl-monad.
2016-05-31 14:12:49 -07:00
Andrew Schwartzmeyer 9fbb63cd08 Revert ALC rename 2016-05-31 13:22:25 -07:00
Andy Schwartzmeyer 0139bcea2b Merge pull request #1053 from PowerShell/andschwa/coreconsolehost
Remove more references to CoreConsoleHost
2016-05-27 17:23:01 -07:00
Andrew Schwartzmeyer b77b34164e Update releasing notes for WiX 2016-05-27 16:33:49 -07:00
Andrew Schwartzmeyer e76a61e137 Update TypeCatalogParser for CoreConsoleHost removal 2016-05-27 16:22:38 -07:00
Andrew Schwartzmeyer 2dcdc13dff Remove references to CoreConsoleHost from docs
The `src/powershell` project is the new host.
2016-05-27 16:20:52 -07:00
Andrew Schwartzmeyer 0d172cb562 Revert CoreConsoleHost changes made to SMA 2016-05-27 16:16:34 -07:00
Raghu Shantha [MSFT] 9c68895ce0 Updated PackageManagement mappings based on 5/27/2016 SD changes 2016-05-27 13:34:08 -07:00
Andrew Schwartzmeyer 20f103b0d4 Revert EndProcessing to original code
This appears to have been changed in a bad merge. Now these changes are
exactly as in source-depot at [SD:706766].
2016-05-27 11:52:31 -07:00
Andy Schwartzmeyer ef25c4e60d Merge pull request #1043 from PowerShell/andschwa/typedata-pr
Fix Remove-TypeData runspace isolation
2016-05-26 11:13:21 -07:00
Andrew Schwartzmeyer 05fc323762 Fix Remove-TypeData runspace isolation
Responding to PR review.
2016-05-26 10:36:22 -07:00
Sergei Vorobev 6da104eaa6 Add troubleshooting notes dotnet restore for OS X
[skip ci]
2016-05-25 19:33:28 -07:00
Andy Schwartzmeyer 48e6e0cf8f Merge pull request #1039 from PowerShell/andschwa/break-handler
Port ConsoleHost break handler to System.Console
2016-05-25 16:30:24 -07:00
Andrew Schwartzmeyer d811fe37ea Port ConsoleHost break handler to System.Console 2016-05-25 15:31:25 -07:00
Andy Schwartzmeyer 558f2cfe66 Merge pull request #1038 from PowerShell/jimtru-IgnorePackageFix
be sure to have git ignore a bunch of different package types
2016-05-25 13:43:51 -07:00
James Truher 860284b00f be sure to have git ignore a bunch of different package types 2016-05-25 13:07:13 -07:00
Andy Schwartzmeyer 66b3496db3 Merge pull request #1035 from PowerShell/ealexjordan/fix-vscode-task
Suppressing taskname in tasks.json so 'build' is not being sent as cmd
2016-05-24 16:37:54 -07:00
Raghu Shantha [MSFT] 2c15664679 Merge pull request #1032 from PowerShell/RaghuS-MSIPackageBranch
Capability to generate Windows MSI packages
2016-05-24 15:55:18 -07:00
v-alexjo d3e2ef5307 Suppressing taskname in tasks.json so 'build' is not being sent as cmd 2016-05-24 15:50:09 -07:00
Andy Schwartzmeyer a6c04a5bd3 Redirect WIX native output to Write-Verbose 2016-05-24 15:02:24 -07:00
Andy Schwartzmeyer b1436e991e Remove MMI from Publish-NuGetFeed
This project was removed and provided as a package in the windows-build
submodule. The artifact uploading to AppVeyor fails because this was not
updated.
2016-05-24 14:57:05 -07:00
Andy Schwartzmeyer 44d92a297a Create MSI packages on AppVeyor 2016-05-24 14:49:03 -07:00
Andy Schwartzmeyer 0afc56d5d4 Ignore executables 2016-05-24 14:46:41 -07:00
Andy Schwartzmeyer c5a81c2e6e Guard Remove-Item in Create-MSIPackage 2016-05-24 14:46:40 -07:00
Andy Schwartzmeyer 691618d335 Return path to built package in Start-PSBuild
For Windows only right now.
2016-05-24 14:46:40 -07:00
Andy Schwartzmeyer b4ed5e2534 Call Create-MSIPackage from Start-PSBuild 2016-05-24 14:46:39 -07:00
Raghu Shantha [MSFT] 8f1a5194c5 Add MSI package creation capability 2016-05-24 14:23:38 -07:00
Andy Schwartzmeyer 288a4df071 Merge pull request #1028 from PowerShell/andschwa/fork-faq
Add FAQ about Travis CI failures from forks
2016-05-24 12:19:13 -07:00
Andy Schwartzmeyer 19250e80c5 Merge pull request #1029 from PowerShell/andschwa/initialze-default-context
Switch from AssemblyLoadContext.InitializeDefaultContext to AssemblyLoadContext.Resolving event
2016-05-24 12:17:58 -07:00
Andy Schwartzmeyer bfa9a8a21c Merge pull request #1030 from PowerShell/andschwa/remote-typedata-test-fix
Isolate Remove-TypeData tests with runspace
2016-05-24 12:10:39 -07:00
Andrew Schwartzmeyer 704aaa8057 Add FAQ about Travis CI failures from forks 2016-05-24 12:04:32 -07:00
Andrew Schwartzmeyer f13f5afd23 Isolate Remove-TypeData tests with runspace 2016-05-24 11:51:58 -07:00
Jan Kotas ef9a37df79 Rename PowerShellAssemblyLoadContext to PowerShellAssemblyLoader
PowerShellAssemblyLoadContext does not inherit from AssemblyLoadContext. Rename
it to avoid confusion.
2016-05-24 09:55:04 -07:00
Jan Kotas 44ba0bb28f Switch from AssemblyLoadContext.InitializeDefaultContext to AssemblyLoadContext.Resolving event
AssemblyLoadContext.InitializeDefaultContext was removed for .NET Core 1.0 RTM. Replaced its use
with AssemblyLoadContext.Resolving event.
2016-05-24 09:55:04 -07:00
Andy Schwartzmeyer a02e89ee7b Merge pull request #1018 from PowerShell/andschwa/import-sd
Merge SD changes
2016-05-24 09:52:29 -07:00
Sergei Vorobev 7033dc31f1 Merge pull request #1026 from PowerShell/vors/nuget
Adding Nuget artifacts to AppVeyor project nuget feed
2016-05-23 17:58:32 -07:00
James Truher [MSFT] d81c8208e9 Merge pull request #1027 from PowerShell/jimtru-updateformattestfix
Jimtru updateformattestfix
2016-05-23 17:07:39 -07:00