Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml21
1 files changed, 6 insertions, 15 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 5c59ddd..0d7562c 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,5 +1,5 @@
pool:
- vmImage: 'macOS-10.15'
+ vmImage: 'macos-latest'
variables:
- name: BuildConfiguration
@@ -52,20 +52,11 @@ steps:
nobuild: true
workingDirectory: $(Build.SourcesDirectory)
-#- task: MSBuild@1
-# displayName: 'Test Assemblies Test\UnitTests\bin\Debug\UnitTests.dll'
-# inputs:
-# solution: 'Test/UnitTests/UnitTests.csproj'
-# platform: '$(BuildPlatform)'
-# configuration: '$(BuildConfiguration)'
-# msbuildArguments: '/t:Test'
-#
-#- task: PublishTestResults@2
-# displayName: 'Publish Test Results Test\UnitTests\TestResult.xml'
-# inputs:
-# testResultsFormat: 'NUnit'
-# testResultsFiles: 'Test/UnitTests/TestResult.xml'
-# failTaskOnFailedTests: true
+- task: DotNetCoreCLI@2
+ displayName: Test
+ inputs:
+ command: 'test'
+ workingDirectory: '$(Build.SourcesDirectory)/Test/UnitTests'
- task: Bash@3
displayName: 'Generate package file list'