Skip to content

Commit

Permalink
test GitHub CI with 'dotnet restore --locked-mode --force-evaluate'
Browse files Browse the repository at this point in the history
  • Loading branch information
dawedawe committed Sep 25, 2023
1 parent 18d29da commit fb41a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let purgeBinLogCache () =
let restoreStage =
stage "restore" {
run "dotnet tool restore"
run "dotnet restore --locked-mode"
run "dotnet restore --locked-mode --force-evaluate"
}

let buildStage =
Expand Down

0 comments on commit fb41a44

Please sign in to comment.