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 99d0617 commit 9bfcadbCopy full SHA for 9bfcadb
appveyor.props.in
@@ -7,6 +7,6 @@
7
<PropBuildWinRT>$(BUILDWINRT)</PropBuildWinRT>
8
<PropBuildWcf Condition="'$(PropUsingMono)' != 'true'">true</PropBuildWcf>
9
<PropAssemblyVersion>$(APPVEYOR_BUILD_VERSION)</PropAssemblyVersion>
10
- <PropKeyfile>c:\projects\rabbitmq-dotnet-client\rabbit.snk</PropKeyfile>
+ <PropKeyfile>$(APPVEYOR_BUILD_FOLDER)\rabbit.snk</PropKeyfile>
11
</PropertyGroup>
12
</Project>
0 commit comments