From 06c5aa553b35208bd2b991381369737f365a7ef1 Mon Sep 17 00:00:00 2001 From: XiaoYang Date: Sun, 12 Dec 2021 15:04:17 +0800 Subject: [PATCH] Bump to version 28 --- Directory.Build.props | 4 ++-- azure-pipelines.yml | 9 +-------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index b165ad0..4f64ba8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -30,7 +30,7 @@ Commonly Used Extension Methods: $(MSBuildThisFileDirectory)artifacts\obj\$(MSBuildProjectName)\ - 27 + 28 XiaoYang.EntityFrameworkCore.Bulk @@ -48,7 +48,7 @@ Commonly Used Extension Methods: - 6.0.$(XysMinorVersion)-preview + 6.0.$(XysMinorVersion) 6.0.0 6.0.0.0 6.0.0.0 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8f4fcf4..2678561 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -43,17 +43,10 @@ jobs: dotnet --list-sdks displayName: 'Setup Environment' - - task: DotNetCoreCLI@2 - inputs: - command: 'restore' - feedsToUse: 'select' - displayName: 'Restore Dependency' - - task: DotNetCoreCLI@2 inputs: command: 'build' - arguments: '--no-restore' - displayName: 'Build Plugin' + displayName: 'Restore and Build Plugin' - task: DotNetCoreCLI@2 inputs: