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 90cdbff commit 29a0940Copy full SHA for 29a0940
appveyor.yml
@@ -11,6 +11,8 @@ image: Visual Studio 2017
11
12
init:
13
- ps: >
14
+ iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
15
+
16
if($env:APPVEYOR_REPO_TAG -eq "true" -And $env:APPVEYOR_REPO_TAG_NAME.StartsWith("v") -eq $true) {
17
18
Set-AppVeyorBuildVariable -Name APPVEYOR_BUILD_VERSION -Value $env:APPVEYOR_REPO_TAG_NAME.Substring(1)
@@ -28,6 +30,8 @@ assembly_info:
28
30
environment:
29
31
GOOGLE_API_KEY:
32
secure: pnYRPfFKB+uub3hlM9mX2q3CzVKsqCg/EM/lFZ2DN6yePU4wBbhr0PhBf3dDVgU4
33
+ APPVEYOR_RDP_PASSWORD:
34
+ secure: tXLj55KTiLnAgoQp6lXCHg==
35
36
before_build:
37
- msbuild src\GoogleMapsForNET.sln /t:restore
0 commit comments