Skip to content

Commit

Permalink
Try ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 committed May 31, 2023
1 parent 1e0253b commit 9716a46
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
@@ -1,11 +1,11 @@
pool:
vmImage: 'macOS-13'
vmImage: 'ubuntu-latest'
steps:
- task: UseDotNet@2
displayName: 'Use .NET SDK'
inputs:
packageType: 'sdk'
version: 7.0.101
version: 7.0.302
- task: DotNetCoreCLI@2
displayName: 'Pack Templates'
inputs:
Expand Down

0 comments on commit 9716a46

Please sign in to comment.