Skip to content

Commit

Permalink
Merge pull request #120 from ianwalkeruk/master and !deploy
Browse files Browse the repository at this point in the history
Made Bootstrap-Nuget also run on PS Core+Windows
  • Loading branch information
RamblingCookieMonster authored Dec 18, 2020
2 parents 5c17a86 + f85d44e commit f55c17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSDepend/PSDepend.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
$Value = $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath($Value)
Set-Variable -Name $Name -Value $Value
}
if(Test-PlatformSupport -Support 'windows') {
if(Test-PlatformSupport -Support 'windows','core') {
BootStrap-Nuget -NugetPath $NuGetPath
}

Expand Down

0 comments on commit f55c17c

Please sign in to comment.