Rework replacement function for installer to use the same pattern like windows (#22)

* rework replacement function to use the same pattern like windows

* remove old replacement
This commit is contained in:
Maxim Lobanov
2020-05-05 09:44:58 +03:00
committed by GitHub
parent c0e7ef2c3c
commit e6805b9e59
3 changed files with 12 additions and 4 deletions

View File

@ -13,6 +13,7 @@ jobs:
pool:
name: Azure Pipelines
vmImage: 'ubuntu-latest'
timeoutInMinutes: 180
steps:
- checkout: self