Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update package and schema to 200216 #1997

Merged
merged 28 commits into from
Mar 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
839427f
Update package and sample bot
luhan2017 Feb 17, 2020
01b4c82
Update package to 200216
luhan2017 Feb 17, 2020
a3c140a
Update sdk.schema
luhan2017 Feb 18, 2020
ce6ccd8
Merge branch 'master' into luhan/schemaUpdate200213
lei9444 Feb 18, 2020
145bd2c
refactor: Migrate lubuild to bf cli tool chain (#1957)
lei9444 Feb 19, 2020
eacd149
upgrade lg-parser/lgIndexer/lg-lsp-editor from @{} to ${}
zhixzhan Feb 19, 2020
ac4c34a
Update to UseLuisSettings
luhan2017 Feb 24, 2020
2a56419
replace @{} to ${}
zhixzhan Feb 24, 2020
d2184e8
add environment field into setting
VanyLaw Feb 24, 2020
395b6e2
update environment default value
VanyLaw Feb 24, 2020
094516c
add luis config adaptor
VanyLaw Feb 25, 2020
c1a3d51
Update interuption and qna sample
luhan2017 Feb 26, 2020
9b4ed6d
chore: remove 'InitProperty' type in Composer (#2096)
yeze322 Feb 26, 2020
a76a5cd
fix lgPatterns: @ -> $ (#2097)
yeze322 Feb 26, 2020
3137c7e
Merge branch 'master' into luhan/schemaUpdate200213
luhan2017 Feb 26, 2020
cd7daf1
Merge branch 'master' into luhan/schemaUpdate200213
luhan2017 Feb 27, 2020
62749b7
Merge branch 'master' into luhan/schemaUpdate200213
luhan2017 Feb 27, 2020
5c63459
Fix action test case failure
luhan2017 Feb 27, 2020
760dd78
update to the latest package
luhan2017 Feb 28, 2020
5a1bddb
Update main.yml
luhan2017 Feb 28, 2020
294c32f
Update main.yml
luhan2017 Feb 28, 2020
98adeae
Update main.yml
luhan2017 Feb 28, 2020
1425fbd
Merge branch 'master' into luhan/schemaUpdate200213
luhan2017 Feb 28, 2020
4074ced
Removed the BotProject\CSharp
luhan2017 Feb 28, 2020
a3e8aa0
Merge branch 'master' into luhan/schemaUpdate200213
luhan2017 Mar 2, 2020
c429fe3
update test case from @{} to ${}
zhixzhan Mar 2, 2020
0d4dc2e
merge remote seperate the new recognizer set sample
zhixzhan Mar 2, 2020
c8ef2cc
update test case
zhixzhan Mar 2, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ jobs:
- name: Set Dotnet Version
uses: actions/setup-dotnet@v1
with:
dotnet-version: "3.0.100" # SDK Version to use.
dotnet-version: "3.1.102" # SDK Version to use.
- name: dotnet build
run: dotnet build
working-directory: BotProject/CSharp
working-directory: BotProject/Templates/CSharp
- name: dotnet test
run: dotnet test
working-directory: BotProject/CSharp
working-directory: BotProject/Templates/CSharp

docker-build:
name: Docker Build
Expand Down
2 changes: 0 additions & 2 deletions BotProject/CSharp/.dockerignore

This file was deleted.

9 changes: 0 additions & 9 deletions BotProject/CSharp/.gitignore

This file was deleted.

229 changes: 0 additions & 229 deletions BotProject/CSharp/BotManager.cs

This file was deleted.

46 changes: 0 additions & 46 deletions BotProject/CSharp/BotProject.csproj

This file was deleted.

Loading