Skip to content

Commit

Permalink
DYN-6816 Update Dynamo Home version (#15217)
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang authored May 14, 2024
1 parent 640b032 commit 001814e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DynamoCoreWpf/DynamoCoreWpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<!--This command updates the npm registry configuration if necessary-->
<Exec Command="$(PowerShellCommand) -ExecutionPolicy ByPass -Command $(SolutionDir)\setnpmreg.ps1" />
<!--Download a specific build of the Dynamo Home package from npm-->
<Exec Command="npm pack @dynamods/[email protected].9" />
<Exec Command="npm pack @dynamods/[email protected].12" />
</Target>

<Target Name="ExtractTGZFileDynamoHome" DependsOnTargets="NpmRunBuildHomePage" BeforeTargets="BeforeBuild">
Expand Down

0 comments on commit 001814e

Please sign in to comment.