From 2eb93fc6d813dd88cb5cf4dfd40528de41455ff7 Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Thu, 7 Jun 2018 08:32:33 +0200 Subject: [PATCH] Merge pull request #1477 from toumorokoshi/master Adding build debug instructions for c# --- getting_started/scripting/c_sharp/c_sharp_basics.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/getting_started/scripting/c_sharp/c_sharp_basics.rst b/getting_started/scripting/c_sharp/c_sharp_basics.rst index 2d0cf731d..a967fca0e 100644 --- a/getting_started/scripting/c_sharp/c_sharp_basics.rst +++ b/getting_started/scripting/c_sharp/c_sharp_basics.rst @@ -161,6 +161,8 @@ located in the project root: -Then using the dotnet command line to restore package, in the project root:: +Whenever packages are added or modified, run nuget restore in the root of the +project directory, to ensure that the nuget packages will be available for +msbuild to use, run:: - $ dotnet restore + $ msbuild /t:restore