Skip to content

Commit

Permalink
Fix VSIX postbuild target
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Mar 14, 2021
1 parent 87383a6 commit b088285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ResXManager.VSIX/ResXManager.VSIX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<Target Name="AfterBuild" Condition=" '$(Configuration)' == 'Release' ">
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition=" '$(Configuration)' == 'Release' ">
<MakeDir Directories="$(SolutionDir)Deploy" />
<Copy SourceFiles="$(OutDir)ResXManager.VSIX.vsix" DestinationFolder="$(SolutionDir)Deploy" />
</Target>
Expand Down

0 comments on commit b088285

Please sign in to comment.