Build failing #856

Open
opened 2026-01-30 22:06:49 +00:00 by claunia · 0 comments
Owner

Originally created by @Ahava on GitHub (May 8, 2019).

  • Your Windows build number: (Type ver at a Windows Command Prompt)

Microsoft Windows [Version 10.0.18894.1000]

  • What you're doing and what's happening: (Copy & paste specific commands and their output, or include screen shots)

I tried building the whole solution in Release x64 with the 18362 installed from here

  • What's wrong / what should be happening instead:
    I'm getting the following error:
Error	MSB3030	Could not copy the file "F:\Code\Terminal\x64\Release\TerminalSettings.dll" because it was not found.	CascadiaPackage	C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\DesktopBridge\Microsoft.DesktopBridge.targets	431	
Error	MSB3073	The command "
        echo OutDir=F:\Code\Terminal\x64\Release\TerminalSettings\
        (echo f | xcopy /y F:\Code\Terminal\x64\Release\TerminalSettings\TerminalSettings.dll F:\Code\Terminal\x64\Release\TerminalSettings.dll )
        (echo f | xcopy /y F:\Code\Terminal\x64\Release\TerminalSettings\TerminalSettings.pdb F:\Code\Terminal\x64\Release\TerminalSettings.pdb )
      
:VCEnd" exited with code 2.	TerminalSettings	C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets	138	
Error	MSB3073	The command "
        echo OutDir=F:\Code\Terminal\x64\Release\TerminalConnection\
        (echo f | xcopy /y F:\Code\Terminal\x64\Release\TerminalConnection\TerminalConnection.dll F:\Code\Terminal\x64\Release\TerminalConnection.dll )
        (echo f | xcopy /y F:\Code\Terminal\x64\Release\TerminalConnection\TerminalConnection.pdb F:\Code\Terminal\x64\Release\TerminalConnection.pdb )
      
:VCEnd" exited with code 2.	TerminalConnection	C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets	138	
Error	MSB3073	The command "
        echo OutDir=F:\Code\Terminal\x64\Release\TerminalControl\
        (echo f | xcopy /y F:\Code\Terminal\x64\Release\TerminalControl\TerminalControl.dll F:\Code\Terminal\x64\Release\TerminalControl.dll )
        (echo f | xcopy /y F:\Code\Terminal\x64\Release\TerminalControl\TerminalControl.pdb F:\Code\Terminal\x64\Release\TerminalControl.pdb )
      
:VCEnd" exited with code 2.	TerminalControl	C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets	138	

While the error is similar as #438, I don't have any spaces or special characters in my user directory.

Originally created by @Ahava on GitHub (May 8, 2019). * Your Windows build number: (Type `ver` at a Windows Command Prompt) Microsoft Windows [Version 10.0.18894.1000] * What you're doing and what's happening: (Copy & paste specific commands and their output, or include screen shots) I tried building the whole solution in Release x64 with the 18362 installed from [here](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) * What's wrong / what should be happening instead: I'm getting the following error: ``` Error MSB3030 Could not copy the file "F:\Code\Terminal\x64\Release\TerminalSettings.dll" because it was not found. CascadiaPackage C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\DesktopBridge\Microsoft.DesktopBridge.targets 431 Error MSB3073 The command " echo OutDir=F:\Code\Terminal\x64\Release\TerminalSettings\ (echo f | xcopy /y F:\Code\Terminal\x64\Release\TerminalSettings\TerminalSettings.dll F:\Code\Terminal\x64\Release\TerminalSettings.dll ) (echo f | xcopy /y F:\Code\Terminal\x64\Release\TerminalSettings\TerminalSettings.pdb F:\Code\Terminal\x64\Release\TerminalSettings.pdb ) :VCEnd" exited with code 2. TerminalSettings C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets 138 Error MSB3073 The command " echo OutDir=F:\Code\Terminal\x64\Release\TerminalConnection\ (echo f | xcopy /y F:\Code\Terminal\x64\Release\TerminalConnection\TerminalConnection.dll F:\Code\Terminal\x64\Release\TerminalConnection.dll ) (echo f | xcopy /y F:\Code\Terminal\x64\Release\TerminalConnection\TerminalConnection.pdb F:\Code\Terminal\x64\Release\TerminalConnection.pdb ) :VCEnd" exited with code 2. TerminalConnection C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets 138 Error MSB3073 The command " echo OutDir=F:\Code\Terminal\x64\Release\TerminalControl\ (echo f | xcopy /y F:\Code\Terminal\x64\Release\TerminalControl\TerminalControl.dll F:\Code\Terminal\x64\Release\TerminalControl.dll ) (echo f | xcopy /y F:\Code\Terminal\x64\Release\TerminalControl\TerminalControl.pdb F:\Code\Terminal\x64\Release\TerminalControl.pdb ) :VCEnd" exited with code 2. TerminalControl C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets 138 ``` While the error is similar as #438, I don't have any spaces or special characters in my user directory.
claunia added the Resolution-Duplicate label 2026-01-30 22:06:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#856