Skip to content

Commit

Permalink
Try pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yao-msft committed Oct 31, 2023
1 parent ca04cea commit 2cd02cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/AppInstallerCLI.sln
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Detours", "Xlang\UndockedRe
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "templates", "templates", "{8E43F982-40D5-4DF1-9044-C08047B5F43B}"
ProjectSection(SolutionItems) = preProject
..\templates\e2e-setup.yml = ..\templates\e2e-setup.yml
..\templates\e2e-test.template.yml = ..\templates\e2e-test.template.yml
EndProjectSection
EndProject
Expand Down
5 changes: 4 additions & 1 deletion src/LocalhostWebServer/Run-LocalhostWebServer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ param(

[Parameter()]
[string]$SourceCert

[Parameter()]
[string]TestDataPath
)

if (-not [System.String]::IsNullOrEmpty($sourceCert))
Expand All @@ -48,4 +51,4 @@ if (-not [System.String]::IsNullOrEmpty($sourceCert))

cd $BuildRoot

Start-Process -FilePath "LocalhostWebServer.exe" -ArgumentList "StaticFileRoot=$StaticFileRoot CertPath=$CertPath CertPassword=$CertPassword OutCertFile=$OutCertFile LocalSourceJson=$LocalSourceJson"
Start-Process -FilePath "LocalhostWebServer.exe" -ArgumentList "StaticFileRoot=$StaticFileRoot CertPath=$CertPath CertPassword=$CertPassword OutCertFile=$OutCertFile LocalSourceJson=$LocalSourceJson TestDataPath=$TestDaaPath"

0 comments on commit 2cd02cf

Please sign in to comment.