-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimplement.txt
More file actions
24 lines (16 loc) · 764 Bytes
/
Copy pathimplement.txt
File metadata and controls
24 lines (16 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/bibekchandsah/bitlocker-auto-unlock.git
git push -u origin main
git remote add origin https://github.com/bibekchandsah/bitlocker-auto-unlock.git
git branch -M main
git push -u origin main
dotnet build # build files in bin/debug folder
dotnet run # run the exe file in bin/debug folder
dotnet build -c Release # build files in bin/release folder
dotnet run -c Release # run the exe file in bin/release folder
dotnet clean # clean the bin folder
dotnet build --configuration Release # build files in bin/release folder
.\bin\Release\net8.0-windows10.0.17763.0\BitLockerManager.exe # run the exe file in bin/release folder