microsoft/Terminal

Building Terminal from the main branch says it can't find nugget.exe

Open

#16,379 建立於 2023年11月26日

在 GitHub 查看
 (9 留言) (0 反應) (0 負責人)C++ (3,212 fork)batch import
Area-BuildHelp WantedIssue-BugProduct-Meta

倉庫指標

Star
 (35,764 star)
PR 合併指標
 (平均合併 27天 19小時) (30 天內合併 24 個 PR)

描述

Windows Terminal version

1.18.3181.0

Windows build number

10.0.19045.0

Other Software

No response

Steps to reproduce

PS C:\Users\vinny\Documents\programming\projet_tutoré\terminal> Import-Module .\tools\OpenConsole.psm1 PS C:\Users\vinny\Documents\programming\projet_tutoré\terminal> Set-MsBuildDevEnvironment Dev environment variables set PS C:\Users\vinny\Documents\programming\projet_tutoré\terminal> Invoke-OpenConsoleBuild &: The term 'C:/Users/vinny/Documents/programming/projet_tutor├⌐/terminal\dep\nuget\nuget.exe' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. &: The term 'C:/Users/vinny/Documents/programming/projet_tutor├⌐/terminal\dep\nuget\nuget.exe' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. MSBuild version 17.8.3+195e7f5a3 for .NET Framework MSBUILD : error MSB1009: Project file does not exist. Switch: C:/Users/vinny/Documents/programming/projet_tutor├⌐/terminal\OpenConsole.sln

Expected Behavior

No response

Actual Behavior

The build process as described in the developer documentation is not working as it says the nugget.exe package is missing

貢獻者指南