Skip to content

Commit 57a302b

Browse files
committed
Adds Explicit Path To Keyfile, Prints Version
1 parent 6b582bb commit 57a302b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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>$(MSBuildProjectDirectory)\rabbit.snk</PropKeyfile>
10+
<PropKeyfile>c:\projects\rabbitmq-dotnet-client\rabbit.snk</PropKeyfile>
1111
</PropertyGroup>
1212
</Project>

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ environment:
1414
secure: C8FL0UTKVN8YcMW1wdssabbkSWMIrpJTqgUNeI2NfQw=
1515

1616
init:
17+
- echo %APPVEYOR_BUILD_VERSION%
1718
- choco install -y erlang
1819
- choco install -y rabbitmq
1920

0 commit comments

Comments
 (0)