Skip to content

Commit

Permalink
Update azure-pipeline.template.yaml (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Feb 27, 2023
1 parent b4339ae commit 6172178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-system/azure-pipeline.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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')
condition: eq(variables['Agent.JobStatus'], 'SucceededWithIssues')

0 comments on commit 6172178

Please sign in to comment.