Skip to content

Commit

Permalink
appveyor update, add rdp script to see IP addresses for Google API ke…
Browse files Browse the repository at this point in the history
…y ip restrictions
  • Loading branch information
ericnewton76 committed Jul 22, 2018
1 parent 90cdbff commit 29a0940
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ image: Visual Studio 2017

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

before_build:
- msbuild src\GoogleMapsForNET.sln /t:restore
Expand Down

0 comments on commit 29a0940

Please sign in to comment.