# HG changeset patch # User Michael Johnson # Date 1678652440 28800 # Sun Mar 12 12:20:40 2023 -0800 # Node ID 254ef88f5882b8b64784f2dd71e276d8e96957de # Parent bc58772f074088450e3cae7d682d9da3a58ceb89 Fix full CI build not mutating Core project diff --git a/.builds/.full.yml b/.builds/.full.yml --- a/.builds/.full.yml +++ b/.builds/.full.yml @@ -67,7 +67,7 @@ - mutate-core: | export PATH=$PATH://home/build/.dotnet/tools cd RandN/src/Tests - dotnet stryker --project RandN/RandN.csproj --output $HOME + dotnet stryker --project Core/Core.csproj --output $HOME - move-core-report: | mv $HOME/reports/mutation-report.html $artifacts/mutation-report-core.html - mutate-randn: |