Skip to content

Commit e2deb79

Browse files
authored
Remove disallowed downloads (#2996)
1 parent baefe00 commit e2deb79

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.ado/templates/e2e-testing-uwp.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,6 @@ steps:
1313
Start-Process msiexec -ArgumentList "/quiet","/i","$(Agent.TempDirectory)\WinAppDriver.msi" -Verb runAs -Wait
1414
displayName: Replace WinAppDriver 1.2.99 with WinAppDriver 1.1
1515
16-
- task: DownloadSecureFile@1
17-
name: UwpCertificate
18-
inputs:
19-
secureFile: FluentTester_TemporaryKey.pfx
20-
displayName: 'Download UWP App Certificate'
21-
22-
- powershell: |
23-
certutil –f –p password –importpfx $(UwpCertificate.secureFilePath)
24-
displayName: 'Add Certificate to Personal Store'
25-
26-
- task: DownloadSecureFile@1
27-
name: AzureCredentials
28-
inputs:
29-
secureFile: 'installcredprovider.ps1'
30-
displayName: 'Download Azure Credentials Plugin for NuGet'
31-
32-
- task: PowerShell@2
33-
inputs:
34-
filePath: $(AzureCredentials.secureFilePath)
35-
arguments: '-AddNetfx -Force'
36-
displayName: 'Install Azure Credentials Plugin for NuGet'
37-
3816
- script: |
3917
yarn install-windows-test-app
4018
workingDirectory: apps\fluent-tester

0 commit comments

Comments
 (0)