We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b1ed9 commit 06109a9Copy full SHA for 06109a9
.pipelines/azure-pipelines.yml
@@ -45,13 +45,13 @@ steps:
45
dir /b /s $(System.DefaultWorkingDirectory)
46
displayName: 'List contents of ArtifactStagingDirectory and DefaultWorkingDirectory'
47
48
- - task: VSTest@2
49
- displayName: 'Run Sample Unit Tests'
50
- inputs:
51
- failOnMinTestsNotRun: true
52
- minimumExpectedTests: '3'
53
- testAssemblyVer2: |
54
- **\WinUIGallery.UnitTests.build.appxrecipe
+ # - task: VSTest@2
+ # displayName: 'Run Sample Unit Tests'
+ # inputs:
+ # failOnMinTestsNotRun: true
+ # minimumExpectedTests: '3'
+ # testAssemblyVer2: |
+ # **\WinUIGallery.UnitTests.build.appxrecipe
55
56
- task: PowerShell@2
57
displayName: Uninstall existing WinUI Gallery packages
0 commit comments