Skip to content

Commit

Permalink
Addressed some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarnam committed Feb 23, 2023
1 parent de93a4b commit 4fc6e46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@
<FilesToSign Remove="@(FilesToSign)" Condition=" '%(FilesToSign.PublishOnly)' == 'true' " />
</ItemGroup>
</Target>

<Target Name="SignThirdPartyFiles" BeforeTargets="PackBuildOutputs" DependsOnTargets="Publish">
<SignFiles Files="@(PublishThirdPartyFilesToSign)" Type="$(SignType)" BinariesDirectory="$(PublishDir)" IntermediatesDirectory="$(IntermediateOutputPath)" ESRPSigning="" UseBearerToken="" Condition=" '@(PublishThirdPartyFilesToSign)' != '' " />
</Target>
</Project>
4 changes: 2 additions & 2 deletions VSConfigFinder/VSConfigFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
</ItemGroup>

<ItemGroup>
<EditorConfigFiles Remove="C:\Users\sknam\source\repos\VSConfigFinder\VSConfigFinder\.editorconfig" />
<EditorConfigFiles Remove=".editorconfig" />
</ItemGroup>

<ItemGroup>
<None Include="C:\Users\sknam\source\repos\VSConfigFinder\VSConfigFinder\.editorconfig" />
<None Include=".editorconfig" />
</ItemGroup>

</Project>

0 comments on commit 4fc6e46

Please sign in to comment.