Skip to content

Commit

Permalink
fixing sign binary lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
pamidur committed Jun 8, 2023
1 parent 8caa8c4 commit 65aba43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuget/AspectInjector.Package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@
<PublishOSXRids Include="@(PublishRids)" Condition="$([System.String]::Copy(%(Identity)).StartsWith('osx-'))"/>
</ItemGroup>

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

0 comments on commit 65aba43

Please sign in to comment.