File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -13,28 +13,6 @@ steps:
13
13
Start-Process msiexec -ArgumentList "/quiet","/i","$(Agent.TempDirectory)\WinAppDriver.msi" -Verb runAs -Wait
14
14
displayName: Replace WinAppDriver 1.2.99 with WinAppDriver 1.1
15
15
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
-
38
16
- script : |
39
17
yarn install-windows-test-app
40
18
workingDirectory: apps\fluent-tester
You can’t perform that action at this time.
0 commit comments