(featue): build scripts imlementation and readme improvement
This commit is contained in:
parent
3d5e1f38f1
commit
a2ee8d1b93
2
.gitignore
vendored
2
.gitignore
vendored
@ -260,3 +260,5 @@ paket-files/
|
|||||||
# Python Tools for Visual Studio (PTVS)
|
# Python Tools for Visual Studio (PTVS)
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
|
**/build_outputs
|
||||||
|
|||||||
@ -84,11 +84,13 @@ A C# application designed to facilitate backup and restore operations to an LTO
|
|||||||
|
|
||||||
### Running the Application
|
### Running the Application
|
||||||
|
|
||||||
Execute the application by navigating to the project directory and running:
|
Execute the application by navigating to the project directory `src\MaksIT.LTO.Backup` and running:
|
||||||
```bash
|
```bash
|
||||||
dotnet build && dotnet run
|
dotnet build && dotnet run
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or use `dotnet_build_script.bat` to generate executables in `src\build_outputs`
|
||||||
|
|
||||||
### Application Menu
|
### Application Menu
|
||||||
|
|
||||||
Upon running, the following options will be presented:
|
Upon running, the following options will be presented:
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# Define project path
|
# Define project path
|
||||||
$projectPath = "./YourProject.csproj"
|
$projectPath = "./MaksIT.LTO.Backup/MaksIT.LTO.Backup.csproj"
|
||||||
|
|
||||||
# List of runtime identifiers for self-contained deployments
|
# List of runtime identifiers for self-contained deployments
|
||||||
$runtimes = @(
|
$runtimes = @(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user