Skip to content

Commit

Permalink
Adds .net 9 build to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rossgrambo committed Oct 31, 2024
1 parent ffec9d6 commit a077fc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/install-dotnet.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@

&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing 'https://dot.net/v1/dotnet-install.ps1'))) -Channel 7.0

&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing 'https://dot.net/v1/dotnet-install.ps1'))) -Channel 8.0
&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing 'https://dot.net/v1/dotnet-install.ps1'))) -Channel 8.0

&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing 'https://dot.net/v1/dotnet-install.ps1'))) -Channel 9.0

0 comments on commit a077fc1

Please sign in to comment.