Skip to content

Commit 06109a9

Browse files
committed
Disable unit tests step for now
1 parent e6b1ed9 commit 06109a9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pipelines/azure-pipelines.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ steps:
4545
dir /b /s $(System.DefaultWorkingDirectory)
4646
displayName: 'List contents of ArtifactStagingDirectory and DefaultWorkingDirectory'
4747
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
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
5555

5656
- task: PowerShell@2
5757
displayName: Uninstall existing WinUI Gallery packages

0 commit comments

Comments
 (0)