diff --git a/build-system/azure-pipeline.template.yaml b/build-system/azure-pipeline.template.yaml index ce4fc98..9517d12 100644 --- a/build-system/azure-pipeline.template.yaml +++ b/build-system/azure-pipeline.template.yaml @@ -27,7 +27,7 @@ jobs: submodules: recursive # set to 'true' for a single level of submodules or 'recursive' to get submodules of submodules persistCredentials: true - task: UseDotNet@2 - displayName: 'Use .NET 6' + displayName: 'Use .NET 7' inputs: version: '7.x' # Linux or macOS @@ -66,4 +66,4 @@ jobs: - script: 'echo 1>&2' failOnStderr: true displayName: 'If above is partially succeeded, then fail' - condition: eq(variables['Agent.JobStatus'], 'SucceededWithIssues') \ No newline at end of file + condition: eq(variables['Agent.JobStatus'], 'SucceededWithIssues')