Skip to content

Commit

Permalink
Install net9.0 (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGerlicher authored Sep 25, 2024
1 parent 39f5708 commit b925b61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:
ArtifactsDirectoryName: 'artifacts'
BuildConfiguration: 'Release'
BuildPlatform: 'Any CPU'
DotNetVersion: '8.x'
DotNetVersion: '9.x'
MSBuildArgs: '"/p:Platform=$(BuildPlatform)" "/p:Configuration=$(BuildConfiguration)" "/BinaryLogger:$(Build.SourcesDirectory)\$(ArtifactsDirectoryName)\msbuild.binlog"'
SignType: 'Real'
trigger:
Expand Down Expand Up @@ -74,6 +74,7 @@ extends:
displayName: 'Install .NET $(DotNetVersion)'
inputs:
version: '$(DotNetVersion)'
includePreviewVersions: true
- task: VSBuild@1
displayName: 'Build Solution'
inputs:
Expand Down

0 comments on commit b925b61

Please sign in to comment.