drone windows msix powershell cant read and pipe write to the same file...
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Ballard 2021-06-23 18:10:52 -07:00
parent b7a4486536
commit ae2ae51d2d
1 changed files with 2 additions and 1 deletions

View File

@ -244,7 +244,8 @@ steps:
- flutter build windows --dart-define BUILD_VER=$Env:version --dart-define BUILD_DATE=$Env:builddate
- echo $Env:pfx > codesign.pfx.b64
- certutil -decode codesign.pfx.b64 codesign.pfx
- (Get-Content -path pubspec.yaml -Raw) -replace 'pfx_pass',"$Env:pfx_pass" > pubspec.yaml
- move pubspec.yaml pubspec.yaml.orig
- (Get-Content -path pubspec.yaml.orig -Raw) -replace 'pfx_pass',"$Env:pfx_pass" > pubspec.yaml
- flutter pub run msix:create
- mkdir deploy
- move build\\windows\\runner\\Release $Env:builddir