Skip to content

Commit 6355a64

Browse files
committed
Add back dependency for blueprint msbuild target
1 parent 29a2a8b commit 6355a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildtools/build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<Target Name="test-blueprints-dotnetnew-legacy" DependsOnTargets="package-blueprints;build-nuget-packages">
4949
</Target>
5050

51-
<Target Name="test-blueprints-dotnew" DependsOnTargets="">
51+
<Target Name="test-blueprints-dotnew" DependsOnTargets="package-blueprints;build-nuget-packages">
5252
<RemoveDir Directories="../Deployment/BlueprintGenerationTests/DotnetNew"/>
5353
<MakeDir Directories="../Deployment/BlueprintGenerationTests/DotnetNew"/>
5454
<MakeDir Directories="../Deployment/BlueprintGenerationTests/DotnetNew/vs2026"/>

0 commit comments

Comments
 (0)