Use trusted publishing (#121)

This commit is contained in:
Patrick Stevens
2025-10-03 10:11:50 +01:00
committed by GitHub
parent 2fde797401
commit 3d76737767
4 changed files with 8 additions and 3 deletions

View File

@@ -53,6 +53,7 @@
src = ./.;
projectFile = "./PrattParser/PrattParser.fsproj";
testProjectFile = "./PrattParser.Test/PrattParser.Test.fsproj";
disabledTests = ["WoofWare.PrattParser.Test.TestSurface.CheckVersionAgainstRemote"];
nugetDeps = ./nix/deps.json; # `nix build .#default.fetch-deps && ./result nix/deps.json`
doCheck = true;
};