Commit graph

3570 commits

Author SHA1 Message Date
James Truher f0233a8d20 fix bad tag to check tag checking 2016-07-27 12:06:51 -07:00
James Truher 0b61bb6464 purposefully create a bad tag to test tag checks for build 2016-07-27 12:06:51 -07:00
James Truher 5e61213be9 update appveyor.yml to check for bad test tags
add the function to check tags to build.psm1
rename the parser tests so they actually execute
2016-07-27 12:06:51 -07:00
James Truher 05d9fa07a9 Be sure to invoke only CI tests in AppVeyor 2016-07-27 12:06:51 -07:00
James Truher 456bc4da6b marked some package tests as feature rather than CI 2016-07-27 12:06:51 -07:00
James Truher 1b9565ae89 add tags to describe blocks that didn't have any tags 2016-07-27 12:06:51 -07:00
James Truher 19e1cc450b final changes for start-pspester 2016-07-27 12:06:51 -07:00
James Truher a784149b36 all tests are now marked with proper tag
also, update build.psm1 to be more flexible
2016-07-27 12:06:51 -07:00
James Truher 362a807438 Add changes to build.psm1 to run only CI tests 2016-07-27 12:06:51 -07:00
James Truher 9e225ccae2 changes tags for tests
Start using tags CI, Feature, Scenario
2016-07-27 12:06:51 -07:00
Raghu Shantha [MSFT] 9e3de65825 Better Windows Install instructions! 2016-07-27 11:11:29 -07:00
Sergei Vorobev 2fe4764830 Fix Start-DevPowerShell for Unix 2016-07-27 10:55:42 -07:00
Jason Shirk (POWERSHELL) 9a20bf6f97 Change $PSVersionTable.PSVersion to 6.0.0-alpha 2016-07-27 10:53:11 -07:00
Jason Shirk (POWERSHELL) 8e8ade947d Add SemanticVersion tests 2016-07-27 10:53:11 -07:00
Jason Shirk (POWERSHELL) be8e39782f Add SemanticVersion type 2016-07-27 10:53:11 -07:00
Sergei Vorobev 99e4b87cc6 Teach Start-DevPowerShell run CoreCLR version 2016-07-27 10:49:46 -07:00
Andy Schwartzmeyer 1349372b39 Merge pull request #1538 from PowerShell/vors/sma-only
Make Start-PSBuild -SMAOnly Unix-friendly
2016-07-27 10:29:16 -07:00
KarolKaczmarek 2405c65113 Merge pull request #1464 from PowerShell/kkaczma/mc
Fixing mc.exe detection and installing required tools in Start-PSBootstrap. Fixes #1451
2016-07-27 10:18:52 -07:00
Sergei Vorobev 6984d654b7 Make Start-PSBuild -SMAOnly Unix-friendly 2016-07-27 09:02:36 -07:00
Sergei Vorobev 428debe8ef Merge pull request #1521 from PowerShell/AngelCalvo-patch-4
Update powershell-beginners-guide.md
2016-07-27 08:42:33 -07:00
Sergei Vorobev ef04ff27c2 Formatting in top-level README.md
- Remove redundant 'Build from Source' column, since the Section name already implies it
- Lists with 1 bullet-point are weird-looking, especially sub-lists
2016-07-26 23:56:46 -07:00
Raghu Shantha [MSFT] 0814942d88 Merge pull request #1535 from PowerShell/RaghuS-PackagingBranch
Fix for handling alphanumeric characters in package build field
2016-07-26 21:52:27 -07:00
Raghu Shantha [MSFT] c0cd3f9347 Fix for handling alphanumeric characters in package build field 2016-07-26 21:22:37 -07:00
Sergei Vorobev 5402ba096a Merge pull request #1512 from PowerShell/vors/add-type
Add-Type: add mscorlib.dll to the list of default references
2016-07-26 18:37:27 -07:00
Sergei Vorobev d8a040ca99 Add test for Add-Type System.Runtime.Serialization.Primitives.dll TPA 2016-07-26 17:53:52 -07:00
Sergei Vorobev 7d866679d0 Address some feedback
- Name fields more descriptive
- Use .AddRange instead of foreach
2016-07-26 17:45:49 -07:00
Sergei Vorobev bcac0ece62 Improve Start-PSBuild -Clean
Always do the clean in the root folder
2016-07-26 17:45:49 -07:00
Sergei Vorobev 3fd885ef2d Add-Type: add mscorlib.dll to the list of default references
Fix #1361
On CoreCLR 1.0.0 RTM the layout changed compare to RC2.
This change accounts for it.
This change also cleans up some left-overs for SecureString ref.
2016-07-26 17:45:49 -07:00
Sergei Vorobev 3ca8272d41 Merge pull request #1533 from PowerShell/vors/sdk
Microsoft.PowerShell.SDK
2016-07-26 17:42:01 -07:00
Manikyam Bavandla MSFT 8a8b234e7a Merge pull request #1529 from PowerShell/psget_demo_update
Moving the PowerShellGet.ps1 into Demos\PowerShellGet folder.
2016-07-26 17:00:30 -07:00
Sergei Vorobev 4450005a52 Fix TypeGen with the new layout 2016-07-26 16:59:45 -07:00
Sergei Vorobev e97af44674 Rename src/powershell-windows to src/powershell-win-core
- Update build.psm1
- Update docs
2016-07-26 16:48:57 -07:00
Sergei Vorobev 6626720e44 Introduce Microsoft.PowerShell.SDK
- introduce SDK project with our dependencies and CoreCLR framework
  for runtime.
- Move dependencies for Full from ConsoleHost to powershell-win-full
- make powershell-win-full Top-level project
- Change build.psm1 to do publish for -FullCLR build
- Update docs
2016-07-26 16:48:57 -07:00
Manikyam Bavandla 1a2c8a650c Moving the PowerShellGet.ps1 into Demos\PowerShellGet folder.
Moving the PowerShellGet.ps1 into Demos\PowerShellGet folder.
2016-07-26 15:54:31 -07:00
Sergei Vorobev 52569380c7 Merge pull request #1519 from PowerShell/vors/json
Fix ConvertFrom-Json to handle mutlilines
2016-07-26 14:37:36 -07:00
Jason Shirk f45179fe06 Merge pull request #1476 from PowerShell/andschwa/iscore
Rename IsCore to IsCoreCLR
2016-07-26 14:18:51 -07:00
Raghu Shantha [MSFT] bfc965406d Merge pull request #1517 from PowerShell/AngelCalvo-patch-2
Update breaking-change-contract.md
2016-07-26 14:08:05 -07:00
Andrew Schwartzmeyer 41173a3b65 Rename IsCore to IsCoreCLR 2016-07-26 11:54:08 -07:00
Andrew Schwartzmeyer 9ba6ba359d Re-enable assembly name comparison 2016-07-26 11:54:08 -07:00
Andrew Schwartzmeyer b400ba3688 Use CORECLR to guard analysis progress record 2016-07-26 11:53:53 -07:00
Andrew Schwartzmeyer f0e64c2c6c Clean up ApplicationBase work-around 2016-07-26 11:49:54 -07:00
Andrew Schwartzmeyer d40131ae44 Clean up PSMODULEPATH Windows work-around 2016-07-26 11:49:54 -07:00
Andrew Schwartzmeyer cf8ddc10d6 Remove deprecated guard of resource verification 2016-07-26 11:49:54 -07:00
Sergei Vorobev 3240a2d369 Fix ConvertFrom-Json to handle mutlilines
Fix #956

Add Newtonsoft.Json.JsonSerializationException to catch block
that determines which mode to use: single-string or multi-string
2016-07-26 11:11:44 -07:00
AngelCalvo a07f9cbf33 Update powershell-beginners-guide.md 2016-07-26 10:54:57 -07:00
AngelCalvo 5c5bda8427 Update breaking-change-contract.md 2016-07-26 10:27:49 -07:00
AngelCalvo 22ff796b56 Update learning-powershell.md 2016-07-26 10:22:27 -07:00
Sergei Vorobev 1c9c4f6cf8 Merge pull request #1505 from PowerShell/vors/remove-docs-readme.md
Remove docs\README.md
2016-07-26 10:06:33 -07:00
AngelCalvo 05ff5d35de Update breaking-change-contract.md 2016-07-26 09:58:44 -07:00
AngelCalvo 73a667e784 Update README.md 2016-07-26 09:51:20 -07:00