Skip to content

Commit 65aba43

Browse files
committed
fixing sign binary lookup
1 parent 8caa8c4 commit 65aba43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuget/AspectInjector.Package.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@
103103
<PublishOSXRids Include="@(PublishRids)" Condition="$([System.String]::Copy(%(Identity)).StartsWith('osx-'))"/>
104104
</ItemGroup>
105105

106-
<Exec Command="rcodesign sign --pem-source $(OSXCertPath) $(PublishMain)%(PublishOSXRids.Identity)/AspectInjector" />
106+
<Exec Command="$(MSBuildThisFileDirectory)/rcodesign sign --pem-source $(OSXCertPath) $(PublishMain)%(PublishOSXRids.Identity)/AspectInjector" />
107107
</Target>
108108
</Project>

0 commit comments

Comments
 (0)