Skip to content

Commit 29a0940

Browse files
committed
appveyor update, add rdp script to see IP addresses for Google API key ip restrictions
1 parent 90cdbff commit 29a0940

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ image: Visual Studio 2017
1111

1212
init:
1313
- ps: >
14+
iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
15+
1416
if($env:APPVEYOR_REPO_TAG -eq "true" -And $env:APPVEYOR_REPO_TAG_NAME.StartsWith("v") -eq $true) {
1517
1618
Set-AppVeyorBuildVariable -Name APPVEYOR_BUILD_VERSION -Value $env:APPVEYOR_REPO_TAG_NAME.Substring(1)
@@ -28,6 +30,8 @@ assembly_info:
2830
environment:
2931
GOOGLE_API_KEY:
3032
secure: pnYRPfFKB+uub3hlM9mX2q3CzVKsqCg/EM/lFZ2DN6yePU4wBbhr0PhBf3dDVgU4
33+
APPVEYOR_RDP_PASSWORD:
34+
secure: tXLj55KTiLnAgoQp6lXCHg==
3135

3236
before_build:
3337
- msbuild src\GoogleMapsForNET.sln /t:restore

0 commit comments

Comments
 (0)