Bump CodeFileSanity

This commit is contained in:
Dean Herbert
2022-12-23 01:52:15 +08:00
parent ec707b4453
commit 34e550cb32
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
]
},
"codefilesanity": {
"version": "0.0.36",
"version": "0.0.37",
"commands": [
"CodeFileSanity"
]

View File

@@ -1,7 +1,7 @@
using System.Threading;
using System.Text.RegularExpressions;
#addin "nuget:?package=Cake.FileHelpers&version=3.2.1"
#addin "nuget:?package=CodeFileSanity&version=0.0.36"
#addin "nuget:?package=CodeFileSanity&version=0.0.37"
#tool "nuget:?package=Python&version=3.7.2"
var pythonPath = GetFiles("./tools/python.*/tools/python.exe").First();
var waitressPath = pythonPath.GetDirectory().CombineWithFilePath("Scripts/waitress-serve.exe");