Skip to content

Commit a365bc5

Browse files
committed
Update Readme.md
1 parent 3c6eb35 commit a365bc5

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

Readme.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,22 +74,6 @@ cd 'C:/Your/Test/Directory'
7474
dotnet test -c "Release.R26"
7575
```
7676

77-
### dotnet exec
78-
79-
If your test project has already been built, use `dotnet exec` or `dotnet` with the .dll path:
80-
81-
```shell
82-
cd 'C:/Your/Test/Directory/bin/Release.R26/'
83-
dotnet exec YourTestProject.dll
84-
```
85-
86-
or
87-
88-
```shell
89-
cd 'C:/Your/Test/Directory/bin/Release.R26/'
90-
dotnet YourTestProject.dll
91-
```
92-
9377
> [!IMPORTANT]
9478
> You must have a licensed copy of Autodesk Revit installed on your machine to run tests, with a version that matches the selected Solution configuration.
9579

0 commit comments

Comments
 (0)