Skip to content

Commit

Permalink
Update DotNet10InstallArgs to include later version (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
mruxmohan4 authored Nov 22, 2024
1 parent cb279cd commit 1b508b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.24564.1'
DotNet10InstallArgs: '-version 10.0.100-alpha.1.24571.14'

trigger:
batch: true
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:
MSBuildArgs: '"/Property:Platform=$(BuildPlatform);Configuration=$(BuildConfiguration)"'
SignType: 'Test'
# Not using "--channel 10.0 --quality daily", see https://github.com/microsoft/slngen/issues/456
DotNet10InstallArgs: '-version 10.0.100-alpha.1.24564.1'
DotNet10InstallArgs: '-version 10.0.100-alpha.1.24571.14'

trigger:
batch: 'true'
Expand Down

0 comments on commit 1b508b9

Please sign in to comment.