1ffe3c632Sopenharmony_ci@rem enter repo root 2ffe3c632Sopenharmony_cicd /d %~dp0\..\..\.. 3ffe3c632Sopenharmony_ci 4ffe3c632Sopenharmony_cicd csharp 5ffe3c632Sopenharmony_ci 6ffe3c632Sopenharmony_ci@rem Install dotnet SDK 7ffe3c632Sopenharmony_cipowershell -File install_dotnet_sdk.ps1 8ffe3c632Sopenharmony_ciset PATH=%LOCALAPPDATA%\Microsoft\dotnet;%PATH% 9ffe3c632Sopenharmony_ci 10ffe3c632Sopenharmony_ci@rem Disable some unwanted dotnet options 11ffe3c632Sopenharmony_ciset DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true 12ffe3c632Sopenharmony_ciset DOTNET_CLI_TELEMETRY_OPTOUT=true 13ffe3c632Sopenharmony_ci 14ffe3c632Sopenharmony_cicall buildall.bat 15