.net 9 Azure devops pipeline what MSHosted agent to use #25766
Answered
by
LucaDN66
gabsamples6
asked this question in
General
-
Hi, thanks |
Beta Was this translation helpful? Give feedback.
Answered by
LucaDN66
Nov 13, 2024
Replies: 2 comments
-
Same here, it looks like .net 9 is not available yet in the 'windows-latest' hosted agent.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gabsamples6
-
@LucaDN66 thanks for your reply and apologies for late response on my side - "Few days off".. Thanks for that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Same here, it looks like .net 9 is not available yet in the 'windows-latest' hosted agent.
If you really need to support .net 9 you can install it manually adding these lines to the yaml
inputs:
packageType: 'sdk'
version: '9.0.100'
installationPath: '$(Agent.ToolsDirectory)/dotnet'