Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OrchardCMS/OrchardCore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7129dfc23f8fcded740e3623bf2765db3df96002
Choose a base ref
..
head repository: OrchardCMS/OrchardCore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d2619c0ae58a2297c4a93dc64e06832bfa5ebf1b
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/pr_ci.yml
2 changes: 1 addition & 1 deletion .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ jobs:
# for CI build we can use Deterministic = false to enable restore
- name: Build
run: |
dotnet build -c Release --no-restore --framework net6.0 /p:IncludeSymbols=false /p:Deterministic=false /p:CreateHardLinksForCopyLocalIfPossible=true /p:CreateHardLinksForCopyFilesToOutputDirectoryIfPossible=true /p:CreateHardLinksForPublishFilesIfPossible=true
dotnet build -c Release --no-restore --framework net6.0 /p:IncludeSymbols=false /p:CreateHardLinksForCopyLocalIfPossible=true /p:CreateHardLinksForCopyFilesToOutputDirectoryIfPossible=true /p:CreateHardLinksForPublishFilesIfPossible=true
- name: Unit Tests
run: |