Skip to content

Commit 58e9154

Browse files
committed
Avoid double restore
1 parent 34161e5 commit 58e9154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/repo.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
Properties="$(BuildProperties);__DummyTarget=GenerateBuildAssetManifest" />
152152
</Target>
153153

154-
<Target Name="Helix" DependsOnTargets="Restore">
154+
<Target Name="Helix">
155155
<MSBuild Projects="$(MSBuildThisFileDirectory)..\eng\helix\helix.proj"
156156
Targets="Test"
157157
ContinueOnError="ErrorAndStop" />

0 commit comments

Comments
 (0)