We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11b132 commit 035c8d3Copy full SHA for 035c8d3
1 file changed
Directory.Build.targets
@@ -4,7 +4,7 @@
4
Condition="'$(MSBuildProjectName)' == 'TurboSamplePlugin'"
5
>
6
<Exec
7
- Command="dotnet build TurboSamplePlugin/TurboSamplePlugin.csproj --no-restore"
+ Command="dotnet build TurboSamplePlugin/TurboSamplePlugin.csproj --no-restore -p:BuildProjectReferences=true"
8
WorkingDirectory="$(MSBuildThisFileDirectory)"
9
/>
10
</Target>
0 commit comments