Skip to content

Commit

Permalink
Remove workaround in http/ssl stress test docker files (dotnet#109066)
Browse files Browse the repository at this point in the history
The issue was fixed in the pipeline images back 5 months ago so we should be able to remove the workaround: actions/runner-images#9670
  • Loading branch information
akoeplinger authored and mikelle-rogers committed Dec 4, 2024
1 parent 8f7f4e5 commit 2010834
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions eng/pipelines/libraries/stress/http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ extends:
lfs: false

- powershell: |
# Workaround for https://github.com/microsoft/azure-pipelines-agent/issues/4554. Undo when the image bug is fixed.
Remove-Item -Path "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\Microsoft.VCToolsVersion.v143.default.txt"
$(dockerfilesFolder)/build-docker-sdk.ps1 -w -t $(sdkBaseImage) -c $(BUILD_CONFIGURATION)
echo "##vso[task.setvariable variable=succeeded;isOutput=true]true"
name: buildRuntime
Expand Down
3 changes: 0 additions & 3 deletions eng/pipelines/libraries/stress/ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ extends:
lfs: false

- powershell: |
# Workaround for https://github.com/microsoft/azure-pipelines-agent/issues/4554. Undo when the image bug is fixed.
Remove-Item -Path "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\Microsoft.VCToolsVersion.v143.default.txt"
$(dockerfilesFolder)/build-docker-sdk.ps1 -w -t $(sdkBaseImage) -c $(BUILD_CONFIGURATION)
displayName: Build CLR and Libraries
Expand Down

0 comments on commit 2010834

Please sign in to comment.