Skip to content

Commit

Permalink
Revert non-publish related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarnam committed Feb 23, 2023
1 parent 5a01752 commit 69ee129
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
18 changes: 0 additions & 18 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,4 @@
<Version>3.5.119</Version>
</PackageReference>
</ItemGroup>

<Target Name="SignPublishFiles"
Condition=" '$(MicroBuild_SigningEnabled)' == 'true' "
AfterTargets="Publish">
<ItemGroup>
<FilesToSign Include="$(PublishDir)$(TargetName)$(TargetExt)">
<PublishOnly>true</PublishOnly>
</FilesToSign>
</ItemGroup>
<SignFiles Files="@(FilesToSign)"
Type="$(SignType)"
BinariesDirectory="$(OutDir)"
IntermediatesDirectory="$(IntermediateOutputPath)"
Condition=" '%(FilesToSign.PublishOnly)' == 'true' " />
<ItemGroup>
<FilesToSign Remove="@(FilesToSign)" Condition=" '%(FilesToSign.PublishOnly)' == 'true' " />
</ItemGroup>
</Target>
</Project>
10 changes: 0 additions & 10 deletions VSConfigFinder/VSConfigFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<FilesToSign Include="$(PublishPath)VSConfigFinder.dll">
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
<FilesToSign Include="$(PublishPath)VSConfigFinder.exe" Condition=" Exists('$(PublishPath)VSConfigFinder.exe') ">
<Authenticode>Microsoft400</Authenticode>
</FilesToSign>
</ItemGroup>

<ItemGroup>
<EditorConfigFiles Remove="C:\Users\sknam\source\repos\VSConfigFinder\VSConfigFinder\.editorconfig" />
Expand Down
9 changes: 0 additions & 9 deletions vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

variables:
BuildConfiguration: Release
SignType: test
TeamName: vssetup

trigger:
batch: true
Expand All @@ -25,13 +23,6 @@ steps:
- checkout: self
fetchDepth: 0 # avoid shallow clone so nbgv can do its work.

- task: MicroBuildSigningPlugin@4
inputs:
signType: '$(SignType)'
feedSource: 'https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json'
env:
TeamName: '$(TeamName)'

- task: UseDotNet@2
displayName: 'Install .NET Core SDK'
inputs:
Expand Down

0 comments on commit 69ee129

Please sign in to comment.