Skip to content

Commit 8d8e4ab

Browse files
authored
Merge branch 'dev' into wangbill/http_v2
2 parents c19172f + 9709e08 commit 8d8e4ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,8 @@ def _compile_webhost(webhost_dir: pathlib.Path):
417417

418418
try:
419419
subprocess.run(
420-
args=["dotnet", "build", "WebJobs.Script.sln", "-o", "bin"],
420+
args=["dotnet", "build", "WebJobs.Script.sln", "-o", "bin",
421+
"/p:TreatWarningsAsErrors=false"],
421422
check=True,
422423
cwd=str(webhost_dir),
423424
stdout=sys.stdout,

0 commit comments

Comments
 (0)