PSCI icon indicating copy to clipboard operation
PSCI copied to clipboard

Powershell Continuous Integration and Deployment Automation library (Configuration as Code, Powershell DSC)

Results 34 PSCI issues
Sort by recently updated
recently updated
newest added

Starting with version 9.0.0, the xPSDesiredStateConfiguration module renamed some DSCResources. After that, the custom cTeamcity module stopped working because it requires MSFT **\dsc\custom\cTeamcity\DscResources\OBJ_cTeamcityAgent\OBJ_cTeamcityAgent.schema.psm1** **82) "Import-DSCResource -Module xPSDesiredStateConfiguration -Name MSFT_xServiceResource"** it...

File Start-DscConfigurationWithRetries.ps1 contains a string: ` "[string[]]$rebootServerCoincidences = Select-String -Pattern 'reboot is required' -Path $dscResPathTmp"` In a system with a different localization, the output is in a different language. The...

On the local computer installed ru-RU localization. At the remote computer i have en-us. I run ServerRole with the -runremotely parameter and get the error: ``` Write-ErrorRecord: [Start-DeploymentByPSRemoting.ps1 // 188]...

# How to reproduce Try to reproduce very quick start how described in https://github.com/ObjectivityLtd/PSCI/wiki/Getting-started#very-quick-start---without-config-files `Remove-Module PPoShSqlTools,PPoShTools -EA 0` `New-Item c:\projects\psci -ItemType Directory -Force` `Set-Location C:\projects\psci\` `git clone https://github.com/ObjectivityBSS/PSCI.git` `Import-Module .\PSCI\PSCI\PSCI.psd1...

There is a new version of msbuild, the 15.0. I'm just wondering how to update the Get-MSBuildPath and I'm thinking about using https://github.com/microsoft/vssetup.powershell. Do you think it is a good...

This would be useful in order to be able to override ServerConnections in given Step (for more complex scenarios).

Set-TargetResource is invoked and ends successfully even though following error is reported: dism /online /enable-feature -featurename:IIS-ASPNET45 Deployment Image Servicing and Management tool Version: 6.3.9600.17031 Image Version: 6.3.9600.17031 Enabling feature(s) [==========================100.0%==========================]...

Checkpoints should be able to decrease local deployment times (especially when error occurs).

Due to usage of New-SelfSignedCertificate function.

Currently when we want to store passwords we need to have a separate tokens file and protect it using VCS mechanisms. Should add a mechanism to encrypt/decrypt token files, possibly...