Skip to content

Commit

Permalink
Try to build via github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco committed Apr 14, 2024
1 parent fdbb298 commit 924a93b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Build Tasks
run: |
dotnet build -c Release ./src/OrchardCore.Build.Tasks/OrchardCore.Build.Tasks.csproj
- name: Build
run: |
dotnet build -c Release
Expand Down

0 comments on commit 924a93b

Please sign in to comment.