@@ -181,31 +181,31 @@ jobs:
181
181
script : |
182
182
Remove-Item -Path $env:System_DefaultWorkingDirectory\MetadataProcessor.Tests\mscorlib\nanoFramework.TestFramework -Recurse -Force
183
183
184
- - task : VisualStudioTestPlatformInstaller@1
185
- condition : succeeded()
186
- displayName : ' Visual Studio Test Platform Installer'
187
- inputs :
188
- versionSelector : latestStable
189
-
190
- - task : VSTest@2
191
- condition : succeeded()
192
- displayName : ' Running tests'
193
- inputs :
194
- testSelector : ' testAssemblies'
195
- pathtoCustomTestAdapters :
196
- testAssemblyVer2 : |
197
- **\NFUnitTest.dll
198
- **\*Tests*.dll
199
- !**\obj\**
200
- !**\TestAdapter\**
201
- !**\NFUnitTest_DummyAdapter\**
202
- !**\nanoFramework.TestFramework\**
203
- searchFolder : ' $(System.DefaultWorkingDirectory)'
204
- platform : ' $(BuildPlatform)'
205
- configuration : ' $(BuildConfiguration)'
206
- diagnosticsEnabled : true
207
- vsTestVersion : toolsInstaller
208
- codeCoverageEnabled : true
184
+ # - task: VisualStudioTestPlatformInstaller@1
185
+ # condition: succeeded()
186
+ # displayName: 'Visual Studio Test Platform Installer'
187
+ # inputs:
188
+ # versionSelector: latestStable
189
+
190
+ # - task: VSTest@2
191
+ # condition: succeeded()
192
+ # displayName: 'Running tests'
193
+ # inputs:
194
+ # testSelector: 'testAssemblies'
195
+ # pathtoCustomTestAdapters:
196
+ # testAssemblyVer2: |
197
+ # **\NFUnitTest.dll
198
+ # **\*Tests*.dll
199
+ # !**\obj\**
200
+ # !**\TestAdapter\**
201
+ # !**\NFUnitTest_DummyAdapter\**
202
+ # !**\nanoFramework.TestFramework\**
203
+ # searchFolder: '$(System.DefaultWorkingDirectory)'
204
+ # platform: '$(BuildPlatform)'
205
+ # configuration: '$(BuildConfiguration)'
206
+ # diagnosticsEnabled: true
207
+ # vsTestVersion: toolsInstaller
208
+ # codeCoverageEnabled: true
209
209
210
210
- task : CopyFiles@1
211
211
condition : failed()
0 commit comments