Merge pull request #890 from kerryjiang/ghactions
Added aspire in the github action build
This commit is contained in:
commit
097b510b77
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -27,6 +27,9 @@ jobs:
|
|||
run: |
|
||||
echo "DOTNET_CLI_TELEMETRY_OPTOUT=1" >> $GITHUB_ENV
|
||||
echo "DOTNET_hostBuilder:reloadConfigOnChange=false" >> $GITHUB_ENV
|
||||
- name: Install required workloads
|
||||
run: |
|
||||
dotnet workload install aspire --source https://aka.ms/dotnet8/nuget/index.json --source https://api.nuget.org/v3/index.json
|
||||
- name: Clean
|
||||
run: |
|
||||
dotnet clean ./BotSharp.sln --configuration Release
|
||||
|
|
|
|||
Loading…
Reference in a new issue