This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit df649a3356223f7df776f52b918cc39c0c5e2c58 Author: Shad Storhaug <[email protected]> AuthorDate: Wed Jun 24 20:46:50 2020 +0700 run-tests-on-os.yml: Upgraded to .NET Core SDK 3.1.301 --- azure-pipelines.yml | 4 ++-- build/azure-templates/run-tests-on-os.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5712013..8c71e9d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -91,9 +91,9 @@ stages: displayName: 'Setup Default Variable Values' - task: UseDotNet@2 - displayName: 'Use .NET Core sdk 3.1.100' + displayName: 'Use .NET Core sdk 3.1.301' inputs: - version: 3.1.100 + version: 3.1.301 - powershell: | Import-Module "$(BuildDirectory)/psake.psm1" diff --git a/build/azure-templates/run-tests-on-os.yml b/build/azure-templates/run-tests-on-os.yml index 8000748..f46698e 100644 --- a/build/azure-templates/run-tests-on-os.yml +++ b/build/azure-templates/run-tests-on-os.yml @@ -53,9 +53,9 @@ steps: displayName: 'Validate Template Parameters' - task: UseDotNet@2 - displayName: 'Use .NET Core sdk 3.1.100' + displayName: 'Use .NET Core sdk 3.1.301' inputs: - version: 3.1.100 + version: 3.1.301 condition: and(succeeded(), contains('${{ parameters.framework }}', 'netcoreapp3.')) - task: DownloadBuildArtifacts@0
