Skip to content

Commit

Permalink
Downgrade .NET 10 installation version (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
mruxmohan4 authored Feb 19, 2025
1 parent da27475 commit 38918ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variables:
MSBuildArgs: '"/Property:Platform=$(BuildPlatform);Configuration=$(BuildConfiguration)" "/BinaryLogger:$(Build.SourcesDirectory)\$(ArtifactsDirectory)\msbuild.binlog"'
SignType: 'Real'
# Not using "--channel 10.0 --quality daily", see https://github.com/microsoft/slngen/issues/456
DotNet10InstallArgs: '-version 10.0.100-alpha.1.25074.9'
DotNet10InstallArgs: '-version 10.0.100-alpha.1.24571.14'

trigger:
batch: true
Expand Down

0 comments on commit 38918ad

Please sign in to comment.