Skip to content

Commit

Permalink
Merge pull request #416 from JoonghyunCho/update-workload-install
Browse files Browse the repository at this point in the history
[Tizen] Remove specifying Tizen sdk version
  • Loading branch information
rmarinho authored May 4, 2022
2 parents cc22767 + 3d81347 commit 4efd0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Graphics/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4efd0d9

Please sign in to comment.