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 6b582bb commit 57a302bCopy full SHA for 57a302b
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>$(MSBuildProjectDirectory)\rabbit.snk</PropKeyfile>
+ <PropKeyfile>c:\projects\rabbitmq-dotnet-client\rabbit.snk</PropKeyfile>
11
</PropertyGroup>
12
</Project>
appveyor.yml
@@ -14,6 +14,7 @@ environment:
14
secure: C8FL0UTKVN8YcMW1wdssabbkSWMIrpJTqgUNeI2NfQw=
15
16
init:
17
+ - echo %APPVEYOR_BUILD_VERSION%
18
- choco install -y erlang
19
- choco install -y rabbitmq
20
0 commit comments