You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2020/02/09 06:15:54 UTC

[lucenenet] 02/35: azure-pipelines.yml, run-tests-on-os.yml: Upgraded UseDotNet task to version 2

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 57cd889c78464a14596c8a2e9f4c33b3b139c55c
Author: Shad Storhaug <sh...@shadstorhaug.com>
AuthorDate: Tue Feb 4 23:16:38 2020 +0700

    azure-pipelines.yml, run-tests-on-os.yml: Upgraded UseDotNet task to version 2
---
 azure-pipelines.yml                       | 2 +-
 build/azure-templates/run-tests-on-os.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index c04533b..0ff3508 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -90,7 +90,7 @@ stages:
         Write-Host "##vso[task.setvariable variable=BuildConfiguration;]$configuration"
       displayName: 'Setup Default Variable Values'
 
-    - task: DotNetCoreInstaller@0
+    - task: UseDotNet@2
       displayName: 'Use .NET Core sdk 3.1.100'
       inputs:
         version: 3.1.100
diff --git a/build/azure-templates/run-tests-on-os.yml b/build/azure-templates/run-tests-on-os.yml
index b85a20a..480bb9e 100644
--- a/build/azure-templates/run-tests-on-os.yml
+++ b/build/azure-templates/run-tests-on-os.yml
@@ -52,7 +52,7 @@ steps:
     EnsureNotNullOrEmpty('${{ parameters.maximumAllowedFailures }}', 'maximumAllowedFailures')
   displayName: 'Validate Template Parameters'
 
-- task: DotNetCoreInstaller@0
+- task: UseDotNet@2
   displayName: 'Use .NET Core sdk 3.1.100'
   inputs:
     version: 3.1.100