Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde8cc4 commit ed70f7aCopy full SHA for ed70f7a
azure-pipelines.yml
@@ -74,7 +74,7 @@ stages:
74
condition: and(succeeded(), eq(variables['python.version'], 'Pre'))
75
76
- powershell: |
77
- $fontHelpersPath = (Join-Path (Join-Path (Get-Location) 'ci') 'FontHelpers.ps1')
+ $fontHelpersPath = (Join-Path (Join-Path (Get-Location) 'ci') 'Add-Font.ps1')
78
. $fontHelpersPath
79
$fontUrl = 'https://noto-website-2.storage.googleapis.com/pkgs/NotoSansCJKsc-hinted.zip'
80
$zipFile = NotoSansCJKsc-hinted.zip
0 commit comments