Skip to content

Commit 097b510

Browse files
authored
Merge pull request #890 from kerryjiang/ghactions
Added aspire in the github action build
2 parents e1f86ab + ff8b61f commit 097b510

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
run: |
2828
echo "DOTNET_CLI_TELEMETRY_OPTOUT=1" >> $GITHUB_ENV
2929
echo "DOTNET_hostBuilder:reloadConfigOnChange=false" >> $GITHUB_ENV
30+
- name: Install required workloads
31+
run: |
32+
dotnet workload install aspire --source https://aka.ms/dotnet8/nuget/index.json --source https://api.nuget.org/v3/index.json
3033
- name: Clean
3134
run: |
3235
dotnet clean ./BotSharp.sln --configuration Release

0 commit comments

Comments
 (0)