Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
escape replace
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Mar 2, 2022
1 parent 36d4c03 commit 835f78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ stages:
- pwsh: |
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
((Get-Content -path .\workload-install.ps1 -Raw) -replace "\`$ManifestBaseName-\`$DotnetVersionBand","`$ManifestBaseName-6.0.200") | Set-Content -Path .\workload-install.ps1
.\workload-install.ps1
displayName: install tizen
Expand Down

0 comments on commit 835f78f

Please sign in to comment.