We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94326ca commit aabf73cCopy full SHA for aabf73c
1 file changed
mise.toml
@@ -31,7 +31,7 @@ run = "dotnet test --settings coverlet.runsettings"
31
description = "Run tests with 80% line coverage gate (policy in coverlet.runsettings)"
32
33
[tasks.publish]
34
-depends = ["test"]
+depends = ["build"]
35
run = "dotnet publish src/ScanEventWorker/ScanEventWorker.csproj -c Release"
36
description = "Native AOT publish — catches AOT-specific compile errors"
37
0 commit comments