Skip to content

Commit

Permalink
NH-3943 - Remove NuGet restore from visual-studio target
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik committed Feb 11, 2017
1 parent 7b4c6e9 commit 4452b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.build
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
<echo message="Created a '${project.config}' package in ${build.dir}" />
</target>

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

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

0 comments on commit 4452b84

Please sign in to comment.