Skip to content

Commit aabf73c

Browse files
committed
chore: dotnet publish only rely on build
1 parent 94326ca commit aabf73c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ run = "dotnet test --settings coverlet.runsettings"
3131
description = "Run tests with 80% line coverage gate (policy in coverlet.runsettings)"
3232

3333
[tasks.publish]
34-
depends = ["test"]
34+
depends = ["build"]
3535
run = "dotnet publish src/ScanEventWorker/ScanEventWorker.csproj -c Release"
3636
description = "Native AOT publish — catches AOT-specific compile errors"
3737

0 commit comments

Comments
 (0)