Skip to content

Commit

Permalink
feat: Update package and schema to 200216 (#1997)
Browse files Browse the repository at this point in the history
* Update package and sample bot

* Update package to 200216

* Update sdk.schema

* refactor: Migrate lubuild to bf cli tool chain (#1957)

* remove lubuild

* update the bf-lu

* update the version

* update the version

* add to log to builder

* update the name

* upgrade lg-parser/lgIndexer/lg-lsp-editor from @{} to ${}

* Update to UseLuisSettings

* replace @{} to ${}

* add environment field into setting

* update environment default value

* add luis config adaptor

* Update interuption and qna sample

* chore: remove 'InitProperty' type in Composer (#2096)

* disable InitProperty entry

* remove InitProperty definition

* fix lgPatterns: @ -> $ (#2097)

* Fix action test case failure

* update to the latest package

* Update main.yml

* Update main.yml

* Update main.yml

* Removed the BotProject\CSharp

* update test case from @{} to ${}

* merge remote seperate the new recognizer set sample

* update test case

Co-authored-by: leileizhang <[email protected]>
Co-authored-by: Zhixiang Zhan <[email protected]>
Co-authored-by: VanyLaw <[email protected]>
Co-authored-by: zeye <[email protected]>
  • Loading branch information
5 people authored Mar 2, 2020
1 parent 7198c7f commit 998219a
Show file tree
Hide file tree
Showing 189 changed files with 1,252 additions and 10,638 deletions.
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

0 comments on commit 998219a

Please sign in to comment.