drone windows msix powershell Set-Content for utf not >
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Ballard 2021-06-23 18:35:36 -07:00
parent ae2ae51d2d
commit da8a35458f
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ steps:
- echo $Env:pfx > codesign.pfx.b64
- certutil -decode codesign.pfx.b64 codesign.pfx
- move pubspec.yaml pubspec.yaml.orig
- (Get-Content -path pubspec.yaml.orig -Raw) -replace 'pfx_pass',"$Env:pfx_pass" > pubspec.yaml
- (Get-Content -path pubspec.yaml.orig -Raw) -replace 'pfx_pass',"$Env:pfx_pass" | Set-Content -path pubspec.yaml
- flutter pub run msix:create
- mkdir deploy
- move build\\windows\\runner\\Release $Env:builddir