Skip to content

Commit

Permalink
Print info about dotnet install
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcollins25 authored Aug 21, 2024
1 parent a0eeee3 commit c30ab6d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion repos/.build/dotnet-install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ curl -o "%CodexBuildTempDir%\dotnet-install.ps1" "https://dotnet.microsoft.com/d

powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "%CodexBuildTempDir%\dotnet-install.ps1 %*"

dotnet --version
dir "%CodexBuildTempDir%\dotnet"

dotnet --version

"%CodexBuildTempDir%\dotnet\dotnet" --version

0 comments on commit c30ab6d

Please sign in to comment.