You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
-16Lines changed: 0 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,22 +74,6 @@ cd 'C:/Your/Test/Directory'
74
74
dotnet test -c "Release.R26"
75
75
```
76
76
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
-
93
77
> [!IMPORTANT]
94
78
> 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.
0 commit comments