From 3d81347326b7767623f8dbadeb6962f4748c17e4 Mon Sep 17 00:00:00 2001 From: Jay Cho Date: Wed, 4 May 2022 12:07:47 +0900 Subject: [PATCH] [Tizen] Remove specifying Tizen sdk version --- src/Graphics/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Graphics/azure-pipelines.yml b/src/Graphics/azure-pipelines.yml index 8e14a565acfe..a7d662eea478 100644 --- a/src/Graphics/azure-pipelines.yml +++ b/src/Graphics/azure-pipelines.yml @@ -131,7 +131,7 @@ stages: [xml] $fileXml = Get-Content "eng\Versions.props" $DotNetVersionBand = $fileXml.SelectSingleNode("Project/PropertyGroup/DotNetVersionBand").InnerText Invoke-WebRequest 'https://raw.githubusercontent.com/Samsung/Tizen.NET/main/workload/scripts/workload-install.ps1' -OutFile 'workload-install.ps1' - .\workload-install.ps1 -DotnetTargetVersionBand $DotNetVersionBand -v 7.0.100-preview.13.30 + .\workload-install.ps1 -DotnetTargetVersionBand $DotNetVersionBand displayName: install tizen - pwsh: |