Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Commit

Permalink
Fixed: ps1 files (intended for NuGet) were included in VSIX output file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Koelman authored and Bart Koelman committed Feb 24, 2019
1 parent 336308a commit d3065a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<VsixPackageVersion>$([System.Text.RegularExpressions.Regex]::Match($(In), $(Pattern)))</VsixPackageVersion>
</PropertyGroup>
</Target>
<Target Name="ExcludeFilesFromVSIX" BeforeTargets="CreateVsixContainer" AfterTargets="GetVsixSourceItems">
<Target Name="ExcludeFilesFromVSIX" AfterTargets="GetVsixSourceItems">
<ItemGroup>
<VsixSourceItem Remove="$(SolutionDir)CodeContractNullability\CodeContractNullability\tools\install.ps1" />
<VsixSourceItem Remove="$(SolutionDir)CodeContractNullability\CodeContractNullability\tools\uninstall.ps1" />
Expand Down

0 comments on commit d3065a2

Please sign in to comment.