Skip to content

chore: Ensure bootstrap installs dotnet cli on non-CI builds - #144

Merged
joshooaj merged 2 commits into
mainfrom
jh/choco
Jan 15, 2026
Merged

chore: Ensure bootstrap installs dotnet cli on non-CI builds#144
joshooaj merged 2 commits into
mainfrom
jh/choco

Conversation

@joshooaj

Copy link
Copy Markdown
Contributor

When building locally for the first time using .\build.ps1 -Bootstrap the build fails when the dotnet cli isn't installed.

The dotnet package was commented out in choco-packages.config because it added unnecessary time to the build in CI. Now we'll check if it's a CI build and use a different packages file for local vs CI builds.

If this script is running, execution policy is already fine. By attempting to modify it in this script we risk a terminating error due to the policy being set by GPO.
@joshooaj
joshooaj merged commit bcd7bfc into main Jan 15, 2026
1 check failed
@joshooaj
joshooaj deleted the jh/choco branch January 15, 2026 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant