We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8caa8c4 commit 65aba43Copy full SHA for 65aba43
nuget/AspectInjector.Package.csproj
@@ -103,6 +103,6 @@
103
<PublishOSXRids Include="@(PublishRids)" Condition="$([System.String]::Copy(%(Identity)).StartsWith('osx-'))"/>
104
</ItemGroup>
105
106
- <Exec Command="rcodesign sign --pem-source $(OSXCertPath) $(PublishMain)%(PublishOSXRids.Identity)/AspectInjector" />
+ <Exec Command="$(MSBuildThisFileDirectory)/rcodesign sign --pem-source $(OSXCertPath) $(PublishMain)%(PublishOSXRids.Identity)/AspectInjector" />
107
</Target>
108
</Project>
0 commit comments