Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
CondaDSC
0.1
example.ps1
Configuration
CondaPackageInstallerExample
{
Import-DscResource
-ModuleName
CondaDSC
CondaPackageInstaller
conda-build
{
Ensure
=
'Present'
PackageName
=
'conda-build'
Version
=
'3.18.0'
}
}