Revert "build: enable RDP for release builds"
This reverts commit d309558f64.
	
	
This commit is contained in:
		
					parent
					
						
							
								df34d20a21
							
						
					
				
			
			
				commit
				
					
						dce6c23b33
					
				
			
		
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -23,6 +23,10 @@
 | 
				
			||||||
# https://www.appveyor.com/docs/build-configuration/#secure-variables
 | 
					# https://www.appveyor.com/docs/build-configuration/#secure-variables
 | 
				
			||||||
# https://www.appveyor.com/docs/build-configuration/#custom-environment-variables
 | 
					# https://www.appveyor.com/docs/build-configuration/#custom-environment-variables
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Uncomment these lines to enable RDP
 | 
				
			||||||
 | 
					on_finish:
 | 
				
			||||||
 | 
					 - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
version: 1.0.{build}
 | 
					version: 1.0.{build}
 | 
				
			||||||
build_cloud: electron-16-core
 | 
					build_cloud: electron-16-core
 | 
				
			||||||
image: vs2019bt-16.6.2
 | 
					image: vs2019bt-16.6.2
 | 
				
			||||||
| 
						 | 
					@ -231,8 +235,6 @@ deploy_script:
 | 
				
			||||||
        node script/release/ci-release-build.js --job=electron-woa-testing --ci=VSTS --armTest --appveyorJobId=$env:APPVEYOR_JOB_ID $env:APPVEYOR_REPO_BRANCH
 | 
					        node script/release/ci-release-build.js --job=electron-woa-testing --ci=VSTS --armTest --appveyorJobId=$env:APPVEYOR_JOB_ID $env:APPVEYOR_REPO_BRANCH
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
on_finish:
 | 
					on_finish:
 | 
				
			||||||
  # Uncomment this lines to enable RDP
 | 
					 | 
				
			||||||
  - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
 | 
					 | 
				
			||||||
  - cd ..
 | 
					  - cd ..
 | 
				
			||||||
  - if exist out\Default\windows_toolchain_profile.json ( appveyor-retry appveyor PushArtifact out\Default\windows_toolchain_profile.json )
 | 
					  - if exist out\Default\windows_toolchain_profile.json ( appveyor-retry appveyor PushArtifact out\Default\windows_toolchain_profile.json )
 | 
				
			||||||
  - if exist out\Default\dist.zip (appveyor-retry appveyor PushArtifact out\Default\dist.zip)
 | 
					  - if exist out\Default\dist.zip (appveyor-retry appveyor PushArtifact out\Default\dist.zip)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue