Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Update signing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Apr 12, 2018
1 parent 7fd14bd commit b60bece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Signing.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- TODO: Figure out how to get signing to work in MicroBuildV2 for .xproj without using this "unsupported" manual approach. -->
<PathToSigningDll>$(BUILD_ARTIFACTSTAGINGDIRECTORY)\MicroBuild\Plugins\MicroBuild.Plugins.Signing.1.0.517\build\MicroBuild.Signing.dll</PathToSigningDll>
<PathToSigningDll>$(BUILD_ARTIFACTSTAGINGDIRECTORY)\MicroBuild\Plugins\MicroBuild.Plugins.Signing.1.0.591\build\MicroBuild.Signing.dll</PathToSigningDll>
<RunningInMicroBuild Condition="Exists('$(AGENT_BUILDDIRECTORY)')">true</RunningInMicroBuild>
<SignAssembly Condition="Exists('$(PathToSigningDll)')">true</SignAssembly>
<AssemblyOriginatorKeyFile>$(CommonBuildPropsLocation)\Keys\InternalKey.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit b60bece

Please sign in to comment.