mgr32

Results 9 comments of mgr32

I needed to add a dynamic tag for all meters that have already been registered, and I ended up with following workaround - it adds the tag in `getConventionTags()` which...

Alternatively (probably better) - make idempotent deployments with TEST phase (#26).

See https://github.com/PowerShell/xDismFeature/pull/1

I would rather look at https://github.com/Microsoft/vswhere - I understand it's installed with VS 2017 so it should be a matter of invoking it from command line (you could just extend...

You could just download it (possibly lazily in Get-MSBuildPath) using Invoke-WebRequest from `https://github.com/Microsoft/vswhere/releases/download/2.1.3/vswhere.exe`, ideally to a directory that is not deleted between builds. Alternatively, you could install it with `choco...

Example of using Powershell Gallery (unfortunately vswhere doesn't seem to be available at Powershell Gallery) - current version of build bootstrap: https://github.com/ObjectivityLtd/PSCI/blob/master/examples/various/BuildDeploy/build.ps1 Example of using Nuget - old version of...

We would also need to include hash from configuration files. Or just use version if build is properly modularized.

Hi @Kanatovich, thank you for reporting the issue, indeed the wiki page has not been updated after moving PSCI to PSGallery. Please try following new steps at https://github.com/ObjectivityLtd/PSCI/wiki/Getting-started#quick-start---without-config-files and let...