Skip to content

Commit 6b582bb

Browse files
committed
Update References To rabbit.snk
1 parent 0f20297 commit 6b582bb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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)\@KEYFILE@</PropKeyfile>
10+
<PropKeyfile>$(MSBuildProjectDirectory)\rabbit.snk</PropKeyfile>
1111
</PropertyGroup>
1212
</Project>

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ skip_tags: true
1010
environment:
1111
BUILDWINRT: true
1212
USINGMONO: false
13-
KEYFILE: rabbit.snk
1413
SNKSECRET:
1514
secure: C8FL0UTKVN8YcMW1wdssabbkSWMIrpJTqgUNeI2NfQw=
1615

@@ -20,7 +19,7 @@ init:
2019

2120
install:
2221
- IF DEFINED SNKSECRET (nuget install secure-file -ExcludeVersion)
23-
- IF DEFINED SNKSECRET (secure-file\tools\secure-file -decrypt %APPVEYOR_BUILD_FOLDER%\%KEYFILE%.enc -secret %SNKSECRET%) ELSE (ECHO This Is A Pull Request Build)
22+
- IF DEFINED SNKSECRET (secure-file\tools\secure-file -decrypt %APPVEYOR_BUILD_FOLDER%\rabbit.snk.enc -secret %SNKSECRET%) ELSE (ECHO This Is A Pull Request Build)
2423
- IF NOT DEFINED SNKSECRET (copy "rabbit.snk.prbuilds" "rabbit.snk") ELSE (ECHO Using The Release Key File)
2524
- ps: |
2625
$regPath = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\RabbitMQ"

0 commit comments

Comments
 (0)