Heath Stewart
cb80a706a3
Fix code analysis error
2017-04-24 17:39:07 -07:00
Heath Stewart
1273c3d14e
Support wildcards for -Product
...
Fixes issue #14
2017-04-24 17:39:07 -07:00
Heath Stewart
846bcd07c7
Merge pull request #11 from Microsoft/develop
...
Create release for VS2017
2017-03-07 21:35:10 -08:00
Heath Stewart
8cb8fbc214
Merge branch 'master' into develop
2017-03-07 21:29:37 -08:00
Heath Stewart
7297f27081
Update to VS2017 RTW
2017-03-07 21:21:00 -08:00
Heath Stewart
24335ba443
Update query API to 1.7-rc
2017-02-23 00:21:21 -08:00
Heath Stewart
58c934f4b7
Merge pull request #9 from Microsoft/errors
...
Expose possible errors on instance
2017-02-03 14:08:16 -08:00
Heath Stewart
64327a214f
Expose possible errors on instance
2017-02-02 13:07:00 -08:00
Heath Stewart
762c6c0aa6
Move docker directory to root
2017-02-02 00:14:39 -08:00
Heath Stewart
1698421383
Add missing documentation to docker run script
2017-01-31 19:32:16 -08:00
Heath Stewart
d5c72beab5
Support invoking commands on detached containers
2017-01-31 19:21:59 -08:00
Heath Stewart
296889a4f5
Merge pull request #8 from KindDragon/patch-1
...
Update README.md
2017-01-31 15:16:41 -08:00
Arkady Shapkin
4aaad9e2fa
Update README.md
...
Fixed "My Documents" location for the case when it different from default location
2017-02-01 01:40:54 +03:00
Heath Stewart
cc4add33fc
Run Remote Debugger in interactive shell
2017-01-29 02:04:18 -08:00
Heath Stewart
e114d3d128
Merge pull request #7 from Microsoft/develop
...
Merge develop into master to release new version
2017-01-28 22:31:16 -08:00
Heath Stewart
7ea6a75de3
Merge pull request #6 from Microsoft/issue4
...
Update package references and use new features
2017-01-28 22:23:24 -08:00
Heath Stewart
ec81fd8ee5
Add read-only Properties to Instance
2017-01-28 22:20:17 -08:00
Heath Stewart
ffea679760
Add support for the -Version parameter
...
You can now constrain versions using the NuGet and VSIX syntax for
version ranges when using Select-VSSetupInstance.
2017-01-28 17:45:11 -08:00
Heath Stewart
d212fabd9e
Update interop package to 1.5.125-rc
...
Also fixes issue #4 since the regression from VS2017 RC2 was fixed in RC3.
2017-01-28 13:53:59 -08:00
Heath Stewart
793f238a99
Move oft-updated data out of Docker image
2017-01-28 13:22:05 -08:00
Heath Stewart
75f4a97761
Merge pull request #5 from Microsoft/properties
...
Attach properties not handled specifically on instance
2017-01-28 00:25:37 -08:00
Heath Stewart
836b1309ff
Attach non-standard properties from instance
...
Also had to make a change to instance 2 to remove the errors because of a possible regression in the native query API. Issue #4 is tracking putting them back once the runtime bug is fixed
2017-01-27 13:45:49 -08:00
Heath Stewart
78a29e444e
Merge "develop"
2017-01-26 21:45:41 -08:00
Heath Stewart
13199ceef9
Fix incorrect reference to PowerShellGet
2017-01-24 10:18:49 -08:00
Heath Stewart
1d887d6653
Fix comment prefix in batch code block
2017-01-23 14:38:52 -08:00
Heath Stewart
bb18e19e21
Update docs with install options
...
Also improve batch script usage help and update the docs to reflect the ability to run runtime tests in Docker.
2017-01-23 14:14:47 -08:00
Heath Stewart
fa7344dd39
Add build status and branch flow docs
2017-01-23 11:54:52 -08:00
Heath Stewart
ef8df54c61
Treat warnings as errors during PR/CI builds
2017-01-23 10:10:08 -08:00
Heath Stewart
2ebd910ba3
Merge pull request #2 from Microsoft/docker
...
Add tests in Docker image for runtime testing
2017-01-23 02:34:09 -08:00
Heath Stewart
e2224a6df1
Add tests for docker image
...
Adds Pester tests to the docker image created for isolated runtime test containers.
2017-01-23 02:27:36 -08:00
Heath Stewart
5c59e3e2b3
Merge branch 'develop' into docker
2017-01-23 00:59:55 -08:00
Heath Stewart
bc7e6a706d
Assume no instances if provider not registered
2017-01-23 00:54:14 -08:00
Heath Stewart
350e291aaa
Merge branch 'master' into docker
2017-01-22 23:17:04 -08:00
Heath Stewart
18665a43de
Merge pull request #1 from Microsoft/appveyor
...
Filter ZIP package files
2017-01-22 23:03:04 -08:00
Heath Stewart
fa27c2d51a
Publish symbols separately
...
Despite setting up NuGet API key from powershellgallery.com,
symbolsource.org does not accept uploads. Use explicit configuration
from heaths/psmsi project instead.
2017-01-22 22:59:11 -08:00
Heath Stewart
6dd275d058
Filter ZIP package files
2017-01-22 22:47:44 -08:00
Heath Stewart
324579ef18
Merge branch 'appveyor'
2017-01-22 21:58:53 -08:00
Heath Stewart
a015411301
Add links to docs and samples
2017-01-22 21:31:02 -08:00
Heath Stewart
5062356a9b
Quote network name in case it has spaces
2017-01-20 14:32:05 -08:00
Heath Stewart
e6ab81b8f6
Add docker test environment
2017-01-19 00:13:21 -08:00
Heath Stewart
3293e28fc8
Merge nuget project with appveyor config
...
The publish-module cmdlets from PowerShellGet is great for building
packages but always tries to publish. Running custom scripts on appveyor
only in certain configurations or for certain branches also appears
unsupported. Instead, use the nuproj build and publish the resulting
nupkg manually.
2017-01-15 01:59:40 -08:00
Heath Stewart
d946f4f595
Initial AppVeyor configuration
2017-01-15 01:20:50 -08:00
Heath Stewart
b397472816
Add CONTRIBUTING.md and clean up
...
Now uses same heading format across README.md and CONTRIBUTING.md. This will better support H3 and lower headers when needed.
2017-01-14 17:01:42 -08:00
Heath Stewart
8657d8a68a
Merge project rename changes
2017-01-14 16:20:09 -08:00
Heath Stewart
4ac89af84a
Update version.json to set cloud buildversion
2017-01-14 15:55:56 -08:00
Heath Stewart
a58163daf9
Build PSGallery package with NuProj
...
PowerShell modules on PSGallery using PowerShellGet are just NuGet
packages but developers may not have PowerShellGet (WMF 5.0 or separate
MSI install for PSv3 and v4). Use NuProj as build-time dependency
instead.
2017-01-14 15:43:17 -08:00
Heath Stewart
1f6477a279
Rename projects to follow naming convention
2017-01-14 10:41:18 -08:00
Heath Stewart
73469d44c4
Add property adapter for custom properties
...
New version of the PIA will support getting all properties of intrinsic types that do not have methods (exposed as properties) defined. This adapter will display the defined members as well as those custom properties, and is currently being used for PSPath.
2017-01-14 01:36:55 -08:00
Heath Stewart
aaf75a4844
Add Select-VSSetupInstance command
2017-01-13 00:26:21 -08:00
Heath Stewart
18fabb8ad0
Add types file
2017-01-12 20:04:15 -08:00