Skip to content

Commit

Permalink
localpath
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstrup1 committed Feb 5, 2025
1 parent 0271ecd commit ea2365f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/scripts/DevEnv/NewDevContainer.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ function Setup-ContainerForDevelopment() {
[System.Version] $RepoVersion
)

$NewDevContainerModule = "$PSScriptRoot\NewDevContainer.psm1"
Copy-FileToBcContainer -containerName $ContainerName -localpath $NewDevContainerModule
$NewDevContainerModule = Join-Path "$PSScriptRoot\NewDevContainer.psm1" "" -Resolve
Copy-FileToBcContainer -containerName $ContainerName -localpath "$NewDevContainerModule"

Invoke-ScriptInBcContainer -containerName $ContainerName -scriptblock {
param([string] $DevContainerModule, [System.Version] $RepoVersion, [string] $DatabaseName = "CRONUS")
Expand Down

0 comments on commit ea2365f

Please sign in to comment.