Skip to content

Commit

Permalink
Revert "update dotnet path (#2374)" (#2378)
Browse files Browse the repository at this point in the history
This reverts commit 76639e7.
  • Loading branch information
kumaraksh1 committed Mar 11, 2024
1 parent 65d5edb commit bf2382b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vsts/pipelines/templates/_releaseStepTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,6 @@ steps:
sudo apt-get update
sudo apt-get install -y dotnet-sdk-7.0
fi
# Check if dotnet is present in the PATH
echo "$PATH"
# try adding dotnet to path
export PATH=$PATH:/usr/bin/dotnet
# Check if it is in PATH now
dotnet --list-sdks
displayName: 'Install Dotnet SDK 7 if not installed'

- task: ShellScript@2
Expand Down

0 comments on commit bf2382b

Please sign in to comment.