Skip to content

Commit

Permalink
azure-pipelines.yml: Changed DotNetSDKVersion to 8.0.204 (8.0.202 isn…
Browse files Browse the repository at this point in the history
…'t a valid version)
  • Loading branch information
NightOwl888 committed Apr 30, 2024
1 parent 8a89fdd commit 10bfe12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ variables:
- name: BuildCounter
value: $[counter(variables['VersionSuffix'],coalesce(variables['BuildCounterSeed'], 1250))]
- name: DotNetSDKVersion
value: '8.0.202'
value: '8.0.204'
- name: DocumentationArtifactName
value: 'docs'
- name: DocumentationArtifactZipFileName
Expand Down Expand Up @@ -366,7 +366,7 @@ stages:
matrix:
Windows:
osName: 'Windows'
imageName: 'windows-latest'
imageName: 'windows-2019'
maximumParallelJobs: 8
maximumAllowedFailures: 0 # Maximum allowed failures for a successful build
displayName: 'Test net8.0,x86 on'
Expand Down

0 comments on commit 10bfe12

Please sign in to comment.