File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 23
23
- run : winget list --accept-source-agreements --disable-interactivity
24
24
- run : cmd /c "winget --info || echo swallowing errors"
25
25
- run : cmd /c "winget settings export || echo swallowing errors"
26
+ - run : cmd /c "type .github\workflows\winget_settings.json || echo swallowing errors"
27
+ - run : cmd /c "echo A=%LOCALAPPDATA% || echo swalloing wrrroe"
26
28
- run : cmd /c "dir %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe /s || echo swalloing errors"
27
29
- run : cmd /c "type %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json || echo swallowing errors"
28
30
- run : cmd /c "copy .github\workflows\winget_settings.json %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json || echo swallowing errors"
You can’t perform that action at this time.
0 commit comments