diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a3d938e..8955894 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -110,7 +110,7 @@ stages: Invoke-WebRequest 'https://raw.githubusercontent.com/Samsung/Tizen.NET/main/workload/scripts/workload-install.ps1' -OutFile 'workload-install.ps1' # Fix sdk band version in Tizen script ((Get-Content -path .\workload-install.ps1 -Raw) -replace "\`$ManifestBaseName-\`$DotnetVersionBand","`$ManifestBaseName-6.0.200") | Set-Content -Path .\workload-install.ps1 - .\workload-install.ps1 + .\workload-install.ps1 -d $(Build.SourcesDirectory)/bin/dotnet/ displayName: install tizen - pwsh: |