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.
2 parents e1f86ab + ff8b61f commit 097b510Copy full SHA for 097b510
.github/workflows/build.yml
@@ -27,6 +27,9 @@ jobs:
27
run: |
28
echo "DOTNET_CLI_TELEMETRY_OPTOUT=1" >> $GITHUB_ENV
29
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
33
- name: Clean
34
35
dotnet clean ./BotSharp.sln --configuration Release
0 commit comments