mirror of
https://gitee.com/chinware/atomui.git
synced 2024-11-29 18:38:16 +08:00
13 lines
172 B
Batchfile
13 lines
172 B
Batchfile
%~dp0
|
|
|
|
rd/s/q ../_output/
|
|
|
|
cd ../
|
|
|
|
dotnet msbuild ./AtomUI.sln /p:Configuration=Release
|
|
|
|
cd packages/AtomUI/
|
|
|
|
dotnet msbuild ./AtomUI.csproj /p:Configuration=Release
|
|
|
|
pause |