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

Commit

Permalink
Merge pull request #647 from Microsoft/cithomas/signingplugin
Browse files Browse the repository at this point in the history
Update signing plugin
  • Loading branch information
cijothomas committed Apr 12, 2018
2 parents 7fd14bd + b60bece commit 9f54888
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 9f54888

Please sign in to comment.