Skip to content

Commit

Permalink
change to use solution for restore again
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma committed Oct 20, 2022
1 parent 07eb291 commit f9ac261
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,10 @@ jobs:
restore-keys: |
${{ runner.os }}-nuget-
# we can restore just OrchardCore.Cms.Web.csproj because it links to full dependency file, with Directory.Packages.props should use solution
- name: Restore
if: steps.cache-nuget.outputs.cache-hit != 'true'
run: |
dotnet restore --force-evaluate /p:DisableImplicitNuGetFallbackFolder=true /p:DisableImplicitLibraryPacksFolder src/OrchardCore.Cms.Web/OrchardCore.Cms.Web.csproj
dotnet restore /p:DisableImplicitNuGetFallbackFolder=true /p:DisableImplicitLibraryPacksFolder
# for CI build we can use Deterministic = false to enable restore
- name: Build
Expand Down

0 comments on commit f9ac261

Please sign in to comment.