Commit 247f9af
committed
Install C# MongoDB driver and check connection to Mongodb
## Summary
- Added step to install C# MongoDB driver
- Checked connection to Mongodb
## Details
- Added a new step to the workflow file `test-windows.yaml` to install the C# MongoDB driver using `dotnet add package`
- Updated the shell for the new step to use PowerShell (`pwsh`)
- Modified an existing step in the workflow file to check the connection to Mongodb using the installed driver1 parent 4c61a60 commit 247f9af
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
0 commit comments