Skip to content

Commit 824a3c7

Browse files
authored
remove Extract EndToEnd script (#5728)
1 parent cecbc9a commit 824a3c7

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

eng/pipelines/templates/Apex_Tests_On_Windows_Daily.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -217,18 +217,3 @@ stages:
217217
definition: $(resources.pipeline.ComponentBuildUnderTest.pipelineID)
218218
artifactName: "VS15"
219219
downloadPath: "$(Pipeline.Workspace)/artifacts"
220-
221-
- powershell: |
222-
$zipPath = "$(Pipeline.Workspace)/artifacts/VS15/EndToEnd.zip"
223-
$dest = "$(System.DefaultWorkingDirectory)/artifacts/EndToEnd/"
224-
Write-Output "Extracting '$zipPath' to '$dest'"
225-
Expand-Archive -Path "$zipPath" -DestinationPath "$dest"
226-
$nugetExePath = "$(Pipeline.Workspace)/artifacts/VS15/NuGet.exe"
227-
Write-Output "Copying '$nugetExePath' to '$dest'"
228-
Copy-Item -Path "$nugetExePath" -Destination "$dest"
229-
displayName: "Extract EndToEnd.zip"
230-
231-
- task: PowerShell@1
232-
displayName: "SetupFunctionalTests.ps1"
233-
inputs:
234-
scriptName: "$(System.DefaultWorkingDirectory)/artifacts/EndToEnd/scripts/SetupFunctionalTests.ps1"

0 commit comments

Comments
 (0)