mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
hardcoded vstest location
This commit is contained in:
@@ -35,9 +35,6 @@ jobs:
|
|||||||
|
|
||||||
- task: VisualStudioTestPlatformInstaller@1
|
- task: VisualStudioTestPlatformInstaller@1
|
||||||
displayName: Ensure VSTest Platform
|
displayName: Ensure VSTest Platform
|
||||||
packageFeedSelector: 'nugetOrg'
|
|
||||||
versionSelector: 'specificVersion'
|
|
||||||
testPlatformVersion: '17.0'
|
|
||||||
|
|
||||||
- task: VSTest@2
|
- task: VSTest@2
|
||||||
displayName: 'UI Tests'
|
displayName: 'UI Tests'
|
||||||
@@ -47,8 +44,8 @@ jobs:
|
|||||||
configuration: '$(BuildConfiguration)'
|
configuration: '$(BuildConfiguration)'
|
||||||
testSelector: 'testAssemblies'
|
testSelector: 'testAssemblies'
|
||||||
searchFolder: '$(Build.ArtifactStagingDirectory)'
|
searchFolder: '$(Build.ArtifactStagingDirectory)'
|
||||||
vstestLocationMethod: 'version'
|
vstestLocationMethod: 'location'
|
||||||
vsTestVersion: '17.0'
|
vstestLocation: 'D:\a\_work\_temp\VsTest'
|
||||||
testAssemblyVer2: |
|
testAssemblyVer2: |
|
||||||
**\UITests-FancyZones.dll
|
**\UITests-FancyZones.dll
|
||||||
**\UITests-FancyZonesEditor.dll
|
**\UITests-FancyZonesEditor.dll
|
||||||
|
|||||||
Reference in New Issue
Block a user