Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
321aeb27
Commit
321aeb27
authored
Oct 09, 2019
by
Vinicius Jarina
Browse files
Use relative path to Sign.target instead the solution.
parent
89623413
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/targets/NLua.Sign.targets
View file @
321aeb27
...
...
@@ -4,7 +4,7 @@
<SignAssembly>
true
</SignAssembly>
<PublicSign
Condition=
" '$(OS)' !='Windows_NT' and '$(PublicSign)' == '' and '$(SignAssembly)' == 'true'"
>
true
</PublicSign>
<KeyFileName
Condition=
" '$(KeyFileName)' == '' "
>
NLua.snk
</KeyFileName>
<AssemblyOriginatorKeyFile>
$(
SolutionDir)
$(KeyFileName)
</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>
$(
MSBuildThisFileDirectory)\..\..\
$(KeyFileName)
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<Target
Name=
"_SignAssembly"
AfterTargets=
"CoreCompile"
Condition=
"'$(SignAssembly)' == 'true' and '$(OS)' !='Windows_NT' "
>
<Exec
Command=
"sn -q -R @(IntermediateAssembly -> '"%(Identity)"') "$(AssemblyOriginatorKeyFile)""
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment