Skip to content

Commit

Permalink
use NuGetPackageVersion for vs vsix
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry committed Aug 17, 2021
1 parent 919ba1c commit fe39746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs-package/neodebug-vs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@

<Target Name="UpdateTargetVsixContainer" DependsOnTargets="GetBuildVersion" BeforeTargets="CreateVsixContainer">
<PropertyGroup>
<TargetVsixContainer>$(OutDir)$(AssemblyName)-$(AssemblyFileVersion).vsix</TargetVsixContainer>
<TargetVsixContainer>$(OutDir)$(AssemblyName)-$(NuGetPackageVersion).vsix</TargetVsixContainer>
</PropertyGroup>
</Target>

Expand Down

0 comments on commit fe39746

Please sign in to comment.