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

Commit d3065a2

Browse files
Bart KoelmanBart Koelman
authored andcommitted
Fixed: ps1 files (intended for NuGet) were included in VSIX output file
1 parent 336308a commit d3065a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeContractNullability/CodeContractNullability.Vsix/CodeContractNullability.Vsix.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<VsixPackageVersion>$([System.Text.RegularExpressions.Regex]::Match($(In), $(Pattern)))</VsixPackageVersion>
8787
</PropertyGroup>
8888
</Target>
89-
<Target Name="ExcludeFilesFromVSIX" BeforeTargets="CreateVsixContainer" AfterTargets="GetVsixSourceItems">
89+
<Target Name="ExcludeFilesFromVSIX" AfterTargets="GetVsixSourceItems">
9090
<ItemGroup>
9191
<VsixSourceItem Remove="$(SolutionDir)CodeContractNullability\CodeContractNullability\tools\install.ps1" />
9292
<VsixSourceItem Remove="$(SolutionDir)CodeContractNullability\CodeContractNullability\tools\uninstall.ps1" />

0 commit comments

Comments
 (0)