From ddbc8e0655be78bea1acf6c7a5b218d4f656f749 Mon Sep 17 00:00:00 2001 From: luo lan Date: Sat, 17 Aug 2024 14:36:28 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6a9684e..4fa8f71 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ pool: vmImage: 'windows-latest' variables: - solution: '**/*.sln' + solution: '*.sln' buildPlatform: 'Any CPU' buildConfiguration: 'Release' @@ -21,13 +21,3 @@ steps: inputs: restoreSolution: '$(solution)' -- task: VSBuild@1 - inputs: - solution: '$(solution)' - platform: '$(buildPlatform)' - configuration: '$(buildConfiguration)' - -- task: VSTest@2 - inputs: - platform: '$(buildPlatform)' - configuration: '$(buildConfiguration)'