Address comments · microsoft/VSConfigFinder@af01b21 (original) (raw)

Original file line number Diff line number Diff line change
@@ -8,7 +8,6 @@
8 8 <PublishSingleFile>true</PublishSingleFile>
9 9 <SelfContained>true</SelfContained>
10 10 <PublishTrimmed>true</PublishTrimmed>
11 - <PublishPath>$(OutputPath)$(RuntimeIdentifier)\publish\</PublishPath>
12 11 </PropertyGroup>
13 12
14 13 <ItemGroup>
@@ -20,15 +19,15 @@
20 19 </ItemGroup>
21 20
22 21 <ItemGroup>
23 - <FilesToSign Include="$(PublishPath)VSConfigFinder.dll">
22 + <FilesToSign Include="$(OutputPath)VSConfigFinder.dll">
24 23 <Authenticode>Microsoft400</Authenticode>
25 24 </FilesToSign>
26 - <FilesToSign Include="$(PublishPath)VSConfigFinder.exe" Condition=" Exists('$(PublishPath)VSConfigFinder.exe') ">
25 + <FilesToSign Include="$(OutputPath)VSConfigFinder.exe" Condition=" Exists('$(OutputPath)VSConfigFinder.exe') ">
27 26 <Authenticode>Microsoft400</Authenticode>
28 27 </FilesToSign>
29 - <PublishThirdPartyFilesToSign Include="$(PublishPath)\CommandLine.dll" >
28 + <FilesToSign Include="$(OutputPath)CommandLine.dll">
30 29 <Authenticode>3PartySHA2</Authenticode>
31 - </PublishThirdPartyFilesToSign>
30 + </FilesToSign>
32 31 </ItemGroup>
33 32
34 33 <ItemGroup>