Skip to content

build.ps1 Path failure #1585

@chenghuang-mdsol

Description

@chenghuang-mdsol

Usage Information

.Net 9

Description

nuke/build.ps1

Line 16 in 27e8077

$BuildProjectFile = "$PSScriptRoot\build\_build.csproj"

$BuildProjectFile = "$PSScriptRoot\build\_build.csproj"
This path syntax is no longer recognized by the latest powershell

Image

Reproduction Steps

get latest pwsh and try ./build.ps1

Expected Behavior

nuke run

Actual Behavior

nuke failed, can't find _build.csproj

Regression?

No response

Known Workarounds

$BuildProjectFile = Join-Path $PSScriptRoot 'build/_build.csproj'

Could you help with a pull-request?

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions