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
+3-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,9 @@ More info on custom nodes on the [Dynamo Wiki](https://github.com/DynamoDS/Dynam
12
12
### Debug
13
13
14
14
To debug change your StartAction to: ```C:\Program Files\Dynamo\Dynamo Revit\1.0\DynamoSandbox.exe```.
15
-
The .csproj file automatically copies the dlls to ```%appdata%\Dynamo\Dynamo Core\1.0\packages\HelloNodeModel\``` upon build, change accordingly if using another version of Dynamo.
xcopy /Y "$(ProjectDir)pkg.json" "$(AppData)\Dynamo\Dynamo Core\1.3\packages\$(ProjectName)"```, change accordingly if using another version of Dynamo.
0 commit comments