Skip to content

Commit

Permalink
Install .net 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcollins25 authored Aug 20, 2024
1 parent 54763ff commit 1306b6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions repos/.build/dotnet-install.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
curl -o "%CodexBuildTempDir%\dotnet-install.ps1" "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1"

powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "%CodexBuildTempDir%\dotnet-install.ps1 %*"
2 changes: 1 addition & 1 deletion repos/github/microsoft/slngen/prebuild.cmd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
winget install Microsoft.DotNet.SDK.Preview
call "%CodexBuildConfigRoot%\dotnet-install.cmd" -Quality preview -Channel 9.0

0 comments on commit 1306b6f

Please sign in to comment.