Skip to content

Commit

Permalink
Update DynamoCoreWpf.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusongit committed Mar 6, 2025
1 parent 7db3628 commit 2140360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DynamoCoreWpf/DynamoCoreWpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<Delete Files="$(MSBuildProjectDirectory)\$(Last).tgz" />
</Target>

<Target Name="NpmRunBuild" BeforeTargets="BeforeBuild">
<Target Name="NpmRunBuildPMWizard" BeforeTargets="BeforeBuild">
<PropertyGroup>
<PackageVersion>0.0.1</PackageVersion>
<PackageName>PackageManagerWizard</PackageName>
Expand All @@ -107,7 +107,7 @@
<Exec Command="npm pack @dynamods/dynamo-pm-wizard@$(PackageVersion)" Condition="$(ShouldInstall)" />
</Target>

<Target Name="ExtractTGZFile" DependsOnTargets="NpmRunBuild" BeforeTargets="BeforeBuild" Condition="$(ShouldInstall)">
<Target Name="ExtractTGZFilePMWizard" DependsOnTargets="NpmRunBuild" BeforeTargets="BeforeBuild" Condition="$(ShouldInstall)">
<!--Locates the .tgz files-->
<ItemGroup>
<TGZFiles Include="./dynamods-dynamo-pm-wizard-*.tgz" />
Expand Down

0 comments on commit 2140360

Please sign in to comment.