We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4379369 commit 568681eCopy full SHA for 568681e
build.ps1
@@ -160,7 +160,7 @@ if ($null -ne $packageType) {
160
}
161
else {
162
Write-Verbose -Verbose "Rust found, updating..."
163
- & rustup update
+ & $rustup update
164
165
166
$BuildToolsPath = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC"
powershell-adapter/psDscAdapter/win_psDscAdapter.psm1
@@ -436,7 +436,6 @@ function Invoke-DscOperation {
436
$ValidProperties | ForEach-Object {
437
if ($raw_obj.$_ -is [System.Enum]) {
438
$Result[$_] = $raw_obj.$_.ToString()
439
-
440
441
442
$Result[$_] = $raw_obj.$_
0 commit comments