7 lines
No EOL
163 B
Batchfile
7 lines
No EOL
163 B
Batchfile
@echo off
|
|
cd /D "%~dp0"
|
|
|
|
set /p pass=Password?
|
|
|
|
dotnet clean -c Release
|
|
dotnet publish -c Release -p:AndroidSigningKeyPass=%pass% -p:AndroidSigningStorePass=%pass% |