Can't deploy local build #19888

Open
opened 2026-01-31 06:56:25 +00:00 by claunia · 0 comments
Owner

Originally created by @elsaco on GitHub (May 17, 2023).

Windows Terminal version

main ce60bf2

Windows build number

10.0.19045.2965

Other Software

No response

Steps to reproduce

Build ce60bf2 in Visual Studio using the debug configuration
Deploy CascadiaPackage

Expected Behavior

No response

Actual Behavior

Solution built succesfully:

42>Done building project "CascadiaPackage.wapproj".
========== Build: 42 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Build started at 8:20 AM and took 05:40.197 minutes ==========

Deployment fails with:

DEP0500: The folder "C:\GitHub\terminal\src\cascadia\CascadiaPackage\bin\x64\Debug\AppX" could not be deleted. UnauthorizedAccessException - Access to the path 'resources.pri' is denied. [0x80070005]
========== Build: 0 succeeded, 0 failed, 42 up-to-date, 0 skipped ==========
========== Build started at 8:27 AM and took 00.662 seconds ==========
========== Deploy: 1 succeeded, 0 failed, 0 skipped ==========
========== Deploy started at 8:27 AM and took 00.662 seconds ==========

Checking above path there's no \bin\x64\Debug folder:

PS C:\GitHub\terminal\src\cascadia> ls bin
ls : Cannot find path 'C:\GitHub\terminal\src\cascadia\bin' because it does not exist.
Originally created by @elsaco on GitHub (May 17, 2023). ### Windows Terminal version main ce60bf2 ### Windows build number 10.0.19045.2965 ### Other Software _No response_ ### Steps to reproduce Build ce60bf2 in Visual Studio using the debug configuration Deploy CascadiaPackage ### Expected Behavior _No response_ ### Actual Behavior Solution built succesfully: ``` 42>Done building project "CascadiaPackage.wapproj". ========== Build: 42 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== ========== Build started at 8:20 AM and took 05:40.197 minutes ========== ``` Deployment fails with: ``` DEP0500: The folder "C:\GitHub\terminal\src\cascadia\CascadiaPackage\bin\x64\Debug\AppX" could not be deleted. UnauthorizedAccessException - Access to the path 'resources.pri' is denied. [0x80070005] ========== Build: 0 succeeded, 0 failed, 42 up-to-date, 0 skipped ========== ========== Build started at 8:27 AM and took 00.662 seconds ========== ========== Deploy: 1 succeeded, 0 failed, 0 skipped ========== ========== Deploy started at 8:27 AM and took 00.662 seconds ========== ``` Checking above path there's no `\bin\x64\Debug` folder: ``` PS C:\GitHub\terminal\src\cascadia> ls bin ls : Cannot find path 'C:\GitHub\terminal\src\cascadia\bin' because it does not exist. ```
claunia added the Needs-TriageIssue-BugNeeds-Attention labels 2026-01-31 06:56:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#19888