mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-13 11:20:31 +00:00
Bump CodeFileSanity
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
]
|
||||
},
|
||||
"codefilesanity": {
|
||||
"version": "0.0.36",
|
||||
"version": "0.0.37",
|
||||
"commands": [
|
||||
"CodeFileSanity"
|
||||
]
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user