Commit graph

1419 commits

Author SHA1 Message Date
Andrew Schwartzmeyer
447b3ef729 Update xUnit runner to netstandardapp1.5
This was enabled in dotnet/coreclr.xunit#12
2016-03-14 16:51:49 -07:00
Andrew Schwartzmeyer
830c6b50d2 Fix runtime facade package versions
These packages had their semantic versions get updated, but the
corresponding packages in the facade were forgotten.
2016-03-14 16:51:05 -07:00
Sergei Vorobev
107bb8bcb1 Create git-sd.md
Add some information for sd users about starting with git. [skip ci]
2016-03-14 15:06:30 -07:00
Andy Schwartzmeyer
c541b2bc21 Merge pull request #659 from PowerShell/appcontext
Fix AppContext.BaseDirectory when remoting
2016-03-14 13:54:50 -07:00
Andrew Schwartzmeyer
5901e70dd0 Revert work-around in Json.Tests.ps1
This resolves #627.
2016-03-14 13:39:32 -07:00
Andrew Schwartzmeyer
c87d99bba0 Bump omi-provider with AppContext.BaseDirectory fix 2016-03-14 13:38:25 -07:00
Andy Schwartzmeyer
02184b3c96 Merge pull request #657 from PowerShell/update-readme
Update readme
2016-03-14 12:32:55 -07:00
Zach Folwick
5d81f12b49 Add Experimental .NET Core Debugging in VS Code
[skip ci]
2016-03-14 12:29:15 -07:00
Andrew Schwartzmeyer
2beb92ce43 Add note on writing good commit messages 2016-03-14 12:29:07 -07:00
Andrew Schwartzmeyer
342a7530c7 Update FullCLR detailed build instructions
This was left out of date as of #655. It is also needed to be a
subsection of the detailed build notes section.

Some typos and superfluous information were fixed.
2016-03-14 12:29:07 -07:00
Andrew Schwartzmeyer
a2974fa7fe Move Git installation instructions to contributing
The readme is getting quite large, so in an effort to shorten it, the
Git installation instructions (which have nothing to do with PowerShell,
but are helpful for new users), are now in `CONTRIBUTING.md`. Thus, if
someone is totally new to Git, they will be far more likely to review
our contributing guidelines, and so read our rules and best practices.

Cloning the source code was cleaned up so that initializing the
submodules is done in a separate step. This simplifies the first step,
making it more likely to succeed (and narrowing the possible failures).
2016-03-14 12:29:07 -07:00
Sergei Vorobev
0908997a8e Update README.md
Fix one old version of dotnet cli [skip ci]
2016-03-14 11:42:57 -07:00
Andrew Schwartzmeyer
724f9c4d4e Remove PsModulePath step from Windows instructions
This gets automatically set correctly thanks to #646.
2016-03-14 11:21:16 -07:00
Andrew Schwartzmeyer
f3f4fa281d Fix PSRP build notes
These got split up. Moved them all to detailed build notes section.
2016-03-14 11:20:46 -07:00
Andrew Schwartzmeyer
9d709e8eaa Update note on PowerShellGitHubDev module 2016-03-14 11:19:56 -07:00
Andrew Schwartzmeyer
dd25c4c50b Remove DSC build notes
This should have been removed with the DSC submodule.
2016-03-14 11:19:22 -07:00
Andrew Schwartzmeyer
5515c23854 Move repo permissions note to contributing docs
And remove the skip CI note, as it is already noted in CONTRIBUTING.md.
2016-03-14 11:18:44 -07:00
Andy Schwartzmeyer
2213a64e25 Merge pull request #655 from PowerShell/vors/build
Incorporate build.FullCLR.ps1 in PowerShellGitHubDev.psm1
2016-03-14 11:09:51 -07:00
Andrew Schwartzmeyer
44a991c24d Upgrade CLI to build 1718
Per dotnet/cli#1783, this should resolve PowerShell/PowerShell#638.

Unfortunately, per dotnet/cli#1839, the Ubuntu package feed is
out-of-date. So now Travis and AppVeyor aren't quite in sync. This is
not great, but the Ubuntu version of CLI does not have the same
regression that the Windows version had.

The readme has been updated to note how to install an actually
up-to-date copy on Linux.
2016-03-14 10:49:31 -07:00
Sergei Vorobev
b126d698e2 Hide output of dotnet restore by default
Address Andy's comments about build script.
Add more information about the version into build
Use windows inbox version of pester for FullCLR
Revert dotnet cli to a known good version to avoid #638
2016-03-11 18:24:43 -08:00
Sergei Vorobev
b28d96d700 Incorporate build.FullCLR.ps1 in PowerShellGitHubDev.psm1
This commit fixes #652
2016-03-11 16:19:05 -08:00
Sergei Vorobev
d7195fc258 Remove obsolete build.ps1 script 2016-03-11 15:02:52 -08:00
Andy Schwartzmeyer
bf4321af8b Merge pull request #650 from PowerShell/remoteshutdown
Bump monad module for remote shutdown.
2016-03-11 12:43:02 -08:00
v-alexjo
2df5d75c1f Bump monad module for remote shutdown. 2016-03-11 12:15:56 -08:00
Sergei Vorobev
e3fce651df Update OperationalNotes.md
Enhance Jim's "Commit dance" walk-thru. [skip ci]
2016-03-11 12:14:52 -08:00
James Truher [MSFT]
85b5d6e3e0 Create OperationalNotes.md 2016-03-10 17:49:37 -08:00
James Truher [MSFT]
3af4ea2cc2 Update README.md
updated troubleshoot section and create troubleshooter for push
Also added Generally Useful Info section for operational notes
[skip ci]
2016-03-10 17:01:33 -08:00
Sergei Vorobev
a3267cc29d Merge pull request #648 from PowerShell/net451
Change FullCLR framework to `net451`
2016-03-09 21:27:09 -08:00
Andrew Schwartzmeyer
ed1536ed7f Bump monad with quick bugfix 2016-03-09 15:10:59 -08:00
Andy Schwartzmeyer
6f73c72656 Merge pull request #646 from PowerShell/modulepath
Bump monad submodule with PsModulePath fix
2016-03-09 14:31:40 -08:00
Andrew Schwartzmeyer
7148cfc427 Print dotnet --version on AppVeyor 2016-03-09 14:26:19 -08:00
Andrew Schwartzmeyer
7f60921094 Target net451 instead of dnx451 for FulLCLR 2016-03-09 14:25:35 -08:00
Sergei Vorobev
939d35676b Update README.md
Add more info about git on windows [no ci]
2016-03-09 14:24:15 -08:00
Andrew Schwartzmeyer
6624814a69 Bump monad submodule with PsModulePath fix 2016-03-09 13:46:37 -08:00
Andy Schwartzmeyer
ee3633ec14 Merge pull request #645 from PowerShell/psrp
Update OMI and PSRP modules
2016-03-09 11:23:55 -08:00
Andrew Schwartzmeyer
887ac21256 Remove accidentally committed temporary file
This file was used to convert the test from UTF-8 with BOM to ASCII, and
got caught in a `git commit -a`.
2016-03-08 19:15:22 -08:00
Paul Allen
b32d6816b9 Update OMI and PSRP scripts
- `omibuild.sh` now configures CMake in Debug mode
- `psrp.sh` no longer uses LLDB; now runs under `sudo`
2016-03-08 16:17:37 -08:00
Paul Allen
11cba90394 Bump OMI and PSRP provider modules
Brings in changes to support remote connect/disconnect/reconnect.
2016-03-08 16:16:39 -08:00
Andy Schwartzmeyer
21401f852e Merge pull request #641 from PowerShell/docs
Update readme and known issues
2016-03-08 10:13:39 -08:00
Andrew Schwartzmeyer
2c649d51f1 Update readme and known issues
[ci skip]
2016-03-08 10:12:28 -08:00
Andy Schwartzmeyer
5336083921 Merge pull request #640 from PowerShell/dev/jumping
Fixed Pester Get-Location test
2016-03-08 01:06:18 -08:00
Jumping Yang
a504defbb9 Fixed Pester Get-Location test 2016-03-08 14:55:30 +08:00
Andy Schwartzmeyer
0748910278 Merge pull request #635 from PowerShell/rpm
Add CentOS 7.1 support
2016-03-07 22:02:57 -08:00
Andy Schwartzmeyer
8ee4bf1340 Merge pull request #634 from PowerShell/merge-sd
Bump monad and windows-build submodules with SD updates
2016-03-07 20:59:07 -08:00
Andrew Schwartzmeyer
05ef797849 Add -Clean switch to Start-PSBuild
And use full names of cmdlets.
2016-03-07 16:43:05 -08:00
Andrew Schwartzmeyer
4e76a6261f Validate -Runtime 2016-03-07 16:43:05 -08:00
Andrew Schwartzmeyer
e349704fa1 Add Start-PSPackage -Type switch to build any output
If not specified, "deb" is used as default on Linux. This should be
updated to check the distribution and required package build
dependencies.

Dependency names switched per package type, since specific package names
are different. Should check if this causes an issue on OS X when the
names are empty.
2016-03-07 16:43:05 -08:00
Andrew Schwartzmeyer
9c41d1eff7 Bump monad and windows-build submodules with SD updates 2016-03-07 16:35:22 -08:00
Andrew Schwartzmeyer
e1c0f68098 Add switch to Start-PSBuild any specific -Runtime
Much better argument passing to CLI. Thanks @vors.
2016-03-07 16:08:50 -08:00
Andrew Schwartzmeyer
5671a1113d Add CentOS 7.1 runtime 2016-03-07 15:31:08 -08:00