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 9bfd827 commit 44aa82eCopy full SHA for 44aa82e
.github/workflows/otel_sdk.yml
@@ -23,6 +23,7 @@ jobs:
23
- run: winget list --accept-source-agreements --disable-interactivity
24
- run: cmd /c "winget --info || echo swallowing errors"
25
- run: cmd /c "winget settings export || echo swallowing errors"
26
+ - run: cmd /c "echo %CD% || echo swallowing errors"
27
- run: cmd /c "type .github\workflows\winget_settings.json || echo swallowing errors"
28
- run: cmd /c "echo A=%LOCALAPPDATA% || echo swalloing wrrroe"
29
- run: cmd /c "dir %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe /s || echo swalloing errors"
0 commit comments