Skip to content

Commit 9bfcadb

Browse files
ngbrownmichaelklishin
authored andcommitted
Appveyor build folder isn't constant so use variable in key file path.
1 parent 99d0617 commit 9bfcadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.props.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<PropBuildWinRT>$(BUILDWINRT)</PropBuildWinRT>
88
<PropBuildWcf Condition="'$(PropUsingMono)' != 'true'">true</PropBuildWcf>
99
<PropAssemblyVersion>$(APPVEYOR_BUILD_VERSION)</PropAssemblyVersion>
10-
<PropKeyfile>c:\projects\rabbitmq-dotnet-client\rabbit.snk</PropKeyfile>
10+
<PropKeyfile>$(APPVEYOR_BUILD_FOLDER)\rabbit.snk</PropKeyfile>
1111
</PropertyGroup>
1212
</Project>

0 commit comments

Comments
 (0)