From 94eaa6600552b11b5ad9092731b074343da033f8 Mon Sep 17 00:00:00 2001 From: ansonzhang <3143422472@qq.com> Date: Sat, 27 Nov 2021 15:21:06 +0800 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1481d50..5776c0a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,5 +17,5 @@ steps: displayName: 'Use .NET Core sdk' inputs: packageType: sdk - version: 6.0 + version: 6.0.x installationPath: $(Agent.ToolsDirectory)/dotnet \ No newline at end of file