Ready to test

This commit is contained in:
2025-01-29 20:36:43 -07:00
commit d37ed1c01a
20 changed files with 1222 additions and 0 deletions

17
.vscode/bash.md vendored Normal file
View File

@ -0,0 +1,17 @@
# Bash
```Powershell 1731637312952 = 638672341129520000 = Thu Nov 14 2024 19:21:52 GMT-0700 (Mountain Standard Time)
dotnet sln add (ls -r **/**.csproj)
```
```bash 1731641980552 = 638672387805520000 = Thu Nov 14 2024 20:39:40 GMT-0700 (Mountain Standard Time)
dotnet new global.json --roll-forward latestMinor --sdk-version 8.0.100
```
```bash 1731642143081 = 638672389430810000 = Thu Nov 14 2024 20:42:22 GMT-0700 (Mountain Standard Time)
dotnet run --project src/KanbnToQuartz
```
```bash 1731643960696 = 638672407606960000 = Thu Nov 14 2024 21:12:40 GMT-0700 (Mountain Standard Time)
docker compose up --build
```