-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathlocal_build_win64.bat
More file actions
5 lines (5 loc) · 866 Bytes
/
Copy pathlocal_build_win64.bat
File metadata and controls
5 lines (5 loc) · 866 Bytes
1
2
3
4
5
dotnet publish -c Release "./AmbermoonTools/AmbermoonPack/AmbermoonPack.csproj" -p:PublishSingleFile=true -r win-x64 --no-restore --no-self-contained --nologo
dotnet publish -c Release "./AmbermoonTools/AmbermoonMonsterValueChanger/AmbermoonMonsterValueChanger.csproj" -p:PublishSingleFile=true -r win-x64 --no-restore --no-self-contained --nologo
dotnet publish -c Release "./AmbermoonTools/AmbermoonTextImport/AmbermoonTextImport.csproj" -p:PublishSingleFile=true -r win-x64 --no-restore --no-self-contained --nologo
dotnet publish -c Release "./AmbermoonTools/AmbermoonDiskExtract/AmbermoonDiskExtract.csproj" -p:PublishSingleFile=true -r win-x64 --no-restore --no-self-contained --nologo
dotnet publish -c Release "./AmbermoonTools/AmbermoonEventEditor/AmbermoonEventEditor.csproj" -p:PublishSingleFile=true -r win-x64 --no-restore --no-self-contained --nologo