TingLiu6
325c39f90a
Add Unit Test for Get-PSCallSta
2016-06-01 02:29:44 -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
Jim Truher (MSFT)
b8b41397de
modified update-typedata.tests for better isolation
...
similar changes here as found in update-formatdata. Run each test in it's own
PowerShell/Runspace instance which will protect the default runspace from
destructive changes
2016-05-23 16:49:35 -07:00
Jim Truher (MSFT)
b8c9578e5b
modify updateformatdata tests to use runspace to isolate format changes.
...
This should be the pattern for any test which mainupulates current state
to protect from unintended side effects. This was done by default in ttest
because each test would have its own runspace
2016-05-23 15:04:13 -07:00
Jason Shirk
cf7f46e1b8
Merge pull request #918 from PowerShell/UpdateTypeDataPesterTest
...
Add Update-TypeData and Update-FormatData Pester Unit Test
2016-05-23 13:27:18 -07:00
Andrew Schwartzmeyer
f34f5f5ea8
Bump windows-build
2016-05-23 13:14:49 -07:00
PowerShell Team
b8dced8e80
Update files from Source Depot changeset [SD:706766]
...
Corresponds to e2ce37c87c0ab9795bfac2389edc1aff934bdb9e in psl-monad.
2016-05-23 13:14:28 -07:00
Andy Schwartzmeyer
dd950e4837
Merge pull request #1025 from PowerShell/andschwa/move-mmi
...
Export Microsoft.Management.Infrastructure project to package
2016-05-23 13:03:42 -07:00
Andy Schwartzmeyer
8600ca2772
Merge pull request #1020 from PowerShell/vors/dotnet-install
...
dotnet team changed their script name, change our bootstrap
2016-05-23 12:00:32 -07:00
Andrew Schwartzmeyer
1365c2b336
Bump windows-build with MMI package
2016-05-23 10:54:08 -07:00
Andrew Schwartzmeyer
b1c1cd70e1
Remove MMI project
2016-05-23 10:48:31 -07:00
Andrew Schwartzmeyer
d54b0fa4ce
Remove MMI files from mapping.json
2016-05-23 10:39:44 -07:00
Sergei Vorobev
53b8411111
dotnet team changed their script name, change our bootstrap
2016-05-22 01:06:34 -07:00
Sergei Vorobev
45f5638676
Fix VersionSuffix in nuget packaging from appveyor.yml
2016-05-22 00:43:36 -07:00
Sergei Vorobev
6259d1ca4e
Enable project_feed in appveyor.yml
2016-05-22 00:17:44 -07:00
Sergei Vorobev
159dcee626
Add Publish-NuGetFeed function to build.psm1
2016-05-22 00:17:44 -07:00
Sergei Vorobev
3bae87d2a4
Update appveyor badge link [skip ci]
2016-05-22 00:16:41 -07:00
Andy Schwartzmeyer
a2ed67c97c
Merge pull request #1017 from PowerShell/andschwa/xunit
...
Update xUnit runner
2016-05-20 17:30:15 -07:00
Andrew Schwartzmeyer
154166f458
Add FAQ about windows-build/nuget-feed being empty
...
And then causing `dotnet restore` to fail.
2016-05-20 16:33:19 -07:00
Andrew Schwartzmeyer
4f8e30c10e
Update xUnit tests to depend on powershell project
2016-05-20 16:06:31 -07:00
Andrew Schwartzmeyer
29ec5f27b9
Run xUnit tests verbosely
2016-05-20 16:06:31 -07:00
Andrew Schwartzmeyer
dcaf231bde
Update dotnet-test-xunit package
2016-05-20 16:06:31 -07:00
Andrew Schwartzmeyer
5349900c3b
Use get-command instead of get-process in xUnit
2016-05-20 15:17:12 -07:00
Andy Schwartzmeyer
52d747e56b
Merge pull request #1013 from PowerShell/andschwa/secure-string
...
Add SecureString known issue
2016-05-19 16:10:45 -07:00
Andy Schwartzmeyer
e69312a964
Merge pull request #1015 from PowerShell/andschwa/secure-string-version
...
Bump System.Security.SecureString to 4.0.0
2016-05-19 16:10:35 -07:00