Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Clean existing .dotnet dir
  • Loading branch information
mthalman authored and github-actions committed Oct 15, 2025
commit 7cc44ba14f688dedf6ba0562469620b211059158
1 change: 1 addition & 0 deletions eng/pipelines/templates/jobs/vmr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ jobs:

if [[ "$prepSdk" == "false" ]]; then
customPrepArgs="${customPrepArgs} --no-sdk"
rm -rf $(sourcesPath)/.dotnet
mkdir $(sourcesPath)/.dotnet
previousSdkPath="$(sourcesPath)/prereqs/packages/archive/dotnet-sdk-*.tar.gz"
eval tar -ozxf "$previousSdkPath" -C "$(sourcesPath)/.dotnet"
Expand Down