Windows 10: Need Help with Generating PDB File in GitHub Actions for WinUI Project

Discus and support Need Help with Generating PDB File in GitHub Actions for WinUI Project in Windows 10 Gaming to solve the problem; Hello,I have a solution that includes a WinUI project and a few other projects. I’m using MSBuild in GitHub Actions to generate an MSIXUPLOAD file.... Discussion in 'Windows 10 Gaming' started by Ashok Thulasidharan, Feb 28, 2024.

  1. Need Help with Generating PDB File in GitHub Actions for WinUI Project


    Hello,I have a solution that includes a WinUI project and a few other projects. I’m using MSBuild in GitHub Actions to generate an MSIXUPLOAD file. However, I’m also in need of a PDB file.Here’s the MSBuild command I’m currently using:# Create the app package by building and packaging the Windows Application Packaging project- name: Create the app package run: msbuild $env:Solution_Name ` /p:Configuration=$env:Configuration ` /pNeed Help with Generating PDB File in GitHub Actions for WinUI Project :platform=$envNeed Help with Generating PDB File in GitHub Actions for WinUI Project :platform ` /p:UapAppxPackageBuildMode=$env:Appx_Package_Build_Mode ` /p:AppxBundle=$env:Appx_Bundle ` /p:AppxPacka

    :)
     
    Ashok Thulasidharan, Feb 28, 2024
    #1
  2. John Ado Win User

    Open PDB file

    Hi HuaMin,

    A program database (PDB) file holds debugging and project state information that allows incremental linking of a Debug configuration of your program. A PDB file is created when you compile a C/C++ program with /ZI or /Zi or a Visual Basic/C#/JScript .NET
    program with /debug. With that in mind, we suggest that you repost this question to

    MSDN Forums
    for further assistance. The topic that you raised is beyond the scope of support for this site which focuses more on home and personal users.

    All the best.
     
    John Ado, Feb 28, 2024
    #2
  3. Brink Win User
    Announcing WinUI 3 Preview 3

    Source: https://blogs.windows.com/windowsdev...i-3-preview-3/


     
    Brink, Feb 28, 2024
    #3
  4. Brink Win User

    Need Help with Generating PDB File in GitHub Actions for WinUI Project

    Announcing WinUI 3 Preview 2 for Windows 10

    Source: Announcing WinUI 3 Preview 2 - Windows Developer Blog


     
    Brink, Feb 28, 2024
    #4
Thema:

Need Help with Generating PDB File in GitHub Actions for WinUI Project

Loading...
  1. Need Help with Generating PDB File in GitHub Actions for WinUI Project - Similar Threads - Need Help Generating

  2. Need Help with Generating PDB File in GitHub Actions for WinUI Project

    in Windows 10 Software and Apps
    Need Help with Generating PDB File in GitHub Actions for WinUI Project: Hello,I have a solution that includes a WinUI project and a few other projects. I’m using MSBuild in GitHub Actions to generate an MSIXUPLOAD file. However, I’m also in need of a PDB file.Here’s the MSBuild command I’m currently using:# Create the app package by building and...
  3. Need Help with Generating PDB File in GitHub Actions for WinUI Project

    in Windows 10 Installation and Upgrade
    Need Help with Generating PDB File in GitHub Actions for WinUI Project: Hello,I have a solution that includes a WinUI project and a few other projects. I’m using MSBuild in GitHub Actions to generate an MSIXUPLOAD file. However, I’m also in need of a PDB file.Here’s the MSBuild command I’m currently using:# Create the app package by building and...
  4. WinUI 3 cannot create a project build when adding a reference to a background task project

    in Windows 10 Gaming
    WinUI 3 cannot create a project build when adding a reference to a background task project: The error appears after adding a reference to the background project to the UI project. The background project contains the same project references as the UI project. I tried to remove the repeated project references from the UI project , leaving them only in the background...
  5. WinUI 3 cannot create a project build when adding a reference to a background task project

    in Windows 10 Software and Apps
    WinUI 3 cannot create a project build when adding a reference to a background task project: The error appears after adding a reference to the background project to the UI project. The background project contains the same project references as the UI project. I tried to remove the repeated project references from the UI project , leaving them only in the background...
  6. WinUI 3 cannot create a project build when adding a reference to a background task project

    in Windows 10 Installation and Upgrade
    WinUI 3 cannot create a project build when adding a reference to a background task project: The error appears after adding a reference to the background project to the UI project. The background project contains the same project references as the UI project. I tried to remove the repeated project references from the UI project , leaving them only in the background...
  7. Wireless Projecting help needed

    in Windows 10 Ask Insider
    Wireless Projecting help needed: Help, I can wirelessly project from my surface go 2 to my surface pro 4, but im trying to project my surface pro 4 to my surface go 2, but it doesnt work. Can anyone help? surface go 2 is not up-to-date on updates, while surface pro 4 is. submitted by /u/EmersonOwO [link]...
  8. Need help with my quick actions

    in Windows 10 Ask Insider
    Need help with my quick actions: [ATTACH] quick actions just disappeared I tried every thing resetting all taskbar settings I even created another windows user but still didn't solve it https://preview.redd.it/ngc9bzka54861.jpg?width=1920&format=pjpg&auto=webp&s=59785178459e16a03ce49df2652f796c925191af...
  9. Need help projecting PC to laptop

    in Windows 10 Network and Sharing
    Need help projecting PC to laptop: A few minutes ago (maybe half an hour), I was projecting my desktop PC to my laptop (both Windows 10). I disconnected, and now I want to project again, but the laptop is not showing up in the "Connect" list. Laptop "Projecting to this PC" settings are currently: -Available...
  10. Looking for a tool to create a .pdb file.

    in Windows 10 Support
    Looking for a tool to create a .pdb file.: Hi, I'm developing some tools that produce Win32 image files (.exe or .dll), and I want to supply debug information so that a user can use the image with a debugger. Does anyone know a tool that can write pdb files? Presumably from Microsoft, but possibly from some third...