Skip to content

Commit

Permalink
Don't try to restore NuGet for ClientSide esproj
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Jan 29, 2025
1 parent ab45009 commit f720474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DNN Platform/Dnn.ClientSide/Dnn.ClientSide.esproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/1.0.1738743">
<PropertyGroup>
<ShouldRunNpmInstall>false</ShouldRunNpmInstall>
<ResolveNuGetPackages>false</ResolveNuGetPackages>
</PropertyGroup>
<Target Name="YarnInstall" BeforeTargets="BeforeRestore">
<Exec Command="yarn install" />
Expand Down

0 comments on commit f720474

Please sign in to comment.