Description
we are requesting a windows-latest image in our build pipeline.
We are using vsbuild@1 to run an Appx build task like this:
- task: VSBuild@1
displayName: Build to Appx
inputs:
platform: 'x64'
solution: '**/*.slnx'
configuration: 'Release'
msbuildArgs: '/p:AppxBundlePlatforms="x64" /p:AppxPackageDir="${{ parameters.appxPackageDir }}" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=SideLoadOnly /p:AppxPackageSigningEnabled=false /p:Company="Our Company"'
between image version 20260510.128.1 and 20260518.141.1 something has changed which is causing the Appx bundle that is produced to be missing some core dependencies (in this situation we reference MahApps.Metro). version 20260518.141.1 of the runner image simply doesn't package that dependency through the vsbuild task.
The vsbuild task appears to be the same on both image versions, 1.273.0.
I appreciate you may need more diagnostics information to investigate this, which I'm happy to provide. I just don't know exactly what is useful to provide right now, and I certainly don't want to be dumping the entire build log out :D
Platforms affected
Runner images affected
Image version and build link
20260213.493
Is it regression?
yes, previous version that worked was 20260415.520
Expected behavior
All dependencies to be included in the resulted package from vsbuild task
Actual behavior
Some dependencies missing.
Repro steps
use latest runner image
Description
we are requesting a
windows-latestimage in our build pipeline.We are using vsbuild@1 to run an Appx build task like this:
between image version
20260510.128.1and20260518.141.1something has changed which is causing the Appx bundle that is produced to be missing some core dependencies (in this situation we reference MahApps.Metro). version 20260518.141.1 of the runner image simply doesn't package that dependency through the vsbuild task.The vsbuild task appears to be the same on both image versions,
1.273.0.I appreciate you may need more diagnostics information to investigate this, which I'm happy to provide. I just don't know exactly what is useful to provide right now, and I certainly don't want to be dumping the entire build log out :D
Platforms affected
Runner images affected
Image version and build link
20260213.493
Is it regression?
yes, previous version that worked was 20260415.520
Expected behavior
All dependencies to be included in the resulted package from vsbuild task
Actual behavior
Some dependencies missing.
Repro steps
use latest runner image