Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 9 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
6.0.x
8.0.x
9.0.x
10.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down Expand Up @@ -49,6 +50,7 @@ jobs:
6.0.x
8.0.x
9.0.x
10.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down Expand Up @@ -80,7 +82,7 @@ jobs:
6.0.x
8.0.x
9.0.x
- name: Restore dependencies
10.0.x
run: dotnet restore
- name: Build
run: dotnet build --no-restore
Expand Down Expand Up @@ -111,6 +113,7 @@ jobs:
6.0.x
8.0.x
9.0.x
10.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down Expand Up @@ -142,6 +145,7 @@ jobs:
6.0.x
8.0.x
9.0.x
10.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down Expand Up @@ -173,6 +177,7 @@ jobs:
6.0.x
8.0.x
9.0.x
10.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down Expand Up @@ -204,6 +209,7 @@ jobs:
6.0.x
8.0.x
9.0.x
10.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down Expand Up @@ -235,6 +241,7 @@ jobs:
6.0.x
8.0.x
9.0.x
10.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down Expand Up @@ -266,6 +273,7 @@ jobs:
6.0.x
8.0.x
9.0.x
10.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

plans

# User-specific files
*.suo
*.user
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ These are also available as separate Nuget packages.

## Extensions

* [Azure AI Foundry](src/extensions/WorkflowCore.AI.AzureFoundry)
* [User (human) workflows](src/extensions/WorkflowCore.Users)


Expand Down
497 changes: 497 additions & 0 deletions WorkflowCore.sln

Large diffs are not rendered by default.

Loading