From ce880a3e292260064e6af86f38237493effa9df8 Mon Sep 17 00:00:00 2001 From: ansonzhang <3143422472@qq.com> Date: Sat, 27 Nov 2021 15:18:35 +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 56b27ca..1481d50 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.0-rtm.21522.10 + version: 6.0 installationPath: $(Agent.ToolsDirectory)/dotnet \ No newline at end of file