Commit f3a937f
fix: add autosdk CLI install to generate.sh
The generate.sh was missing the `dotnet tool install --global autosdk.cli --prerelease`
line that all other SDKs have, causing CI to fail with "autosdk: command not found".
Also added `rm -rf Generated` for clean regeneration, upgraded shebang to
`#!/usr/bin/env bash`, and tightened error handling with `set -euo pipefail`.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8927cdf commit f3a937f
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments