Skip to content

Commit

Permalink
🐛 move .NET preview rules out of default (#302)
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <[email protected]>
  • Loading branch information
djzager authored Aug 5, 2024
1 parent a6ea418 commit 56b3b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN md C:\opt\rulesets\input C:\opt\rulesets\convert C:\opt\openrewrite C:\opt\i

# Copy the executable from the builder stage
COPY --from=builder /workspace/kantra.exe .
COPY --from=rulesets /rulesets/default/generated/dotnet /opt/rulesets
COPY --from=rulesets /rulesets/preview/dotnet /opt/rulesets
COPY --from=static-report /usr/bin/js-bundle-generator .
COPY --from=static-report /usr/local/static-report ./static-report

Expand Down

0 comments on commit 56b3b68

Please sign in to comment.