'commit'
continuous-integration/drone/push Build is passing Details

master
黄海 4 years ago
parent 8af7624607
commit 77fcae10ae

Binary file not shown.

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<h1>上传测试</h1>
<form action="/dsSzxy/upload" method="post" enctype="multipart/form-data">
<p><input type="file" name="file"></p>
<p><input type="submit" value="submit"></p>
</form>
</body>
</html>

@ -22,6 +22,7 @@ xcopy .\Shell\* .\build\ /y /e /i /q
xcopy .\docs\* .\build\docs /y /e /i /q
xcopy .\Config\* .\build\Config /y /e /i /q
xcopy .\Xml\* .\build\Xml /y /e /i /q
xcopy .\static\* .\build\static /y /e /i /q
:: 上传文件
.\WinBuild\Distribute.exe

Loading…
Cancel
Save