Skip to content

Commit

Permalink
Fix for WACK tests after change from appx to msix (#7210)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahone authored Jun 8, 2022
1 parent f132a03 commit 318b036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/AzurePipelinesTemplates/MUX-WACKTests-Job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
inputs:
PackageFilePath: '$(appxPackagesPath)\NugetPackageTestApp_Test\NugetPackageTestApp.appx'
PackageFilePath: '$(appxPackagesPath)\NugetPackageTestApp_Test\NugetPackageTestApp.msix'
- task: CopyFiles@2
displayName: 'Copy results for NugetPackageTestApp'
condition: succeededOrFailed()
Expand All @@ -57,7 +57,7 @@ jobs:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
condition: succeededOrFailed()
inputs:
PackageFilePath: '$(appxPackagesPath)\AppThatUsesMUXIndirectly_Test\AppThatUsesMUXIndirectly.appx'
PackageFilePath: '$(appxPackagesPath)\AppThatUsesMUXIndirectly_Test\AppThatUsesMUXIndirectly.msix'
- task: CopyFiles@2
displayName: 'Copy results for AppThatUsesMUXIndirectly'
condition: succeededOrFailed()
Expand Down

0 comments on commit 318b036

Please sign in to comment.