Skip to content

Commit 4452b84

Browse files
committed
NH-3943 - Remove NuGet restore from visual-studio target
1 parent 7b4c6e9 commit 4452b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
<echo message="Created a '${project.config}' package in ${build.dir}" />
229229
</target>
230230

231-
<target name="visual-studio" depends="init common.init common.nuget-restore common.generate-assemblyinfo" description="Generates SharedAssemblyInfo.cs files to work with Visual Studio">
231+
<target name="visual-studio" depends="init common.init common.generate-assemblyinfo" description="Generates SharedAssemblyInfo.cs files to work with Visual Studio">
232232
</target>
233233

234234
<target name="cleanall" description="Deletes every build configuration">

0 commit comments

Comments
 (0)