Skip to content

Commit 51ceab3

Browse files
Update Xcode Version
1 parent ec3131f commit 51ceab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ variables:
99
PathToUnitTestsCsproj: 'src/AsyncAwaitBestPractices.UnitTests/AsyncAwaitBestPractices.UnitTests.csproj'
1010
PathToAsyncAwaitBestPracticesCsproj: 'src/AsyncAwaitBestPractices/AsyncAwaitBestPractices.csproj'
1111
PathToAsyncAwaitBestPracticesMVVMCsproj: 'src/AsyncAwaitBestPractices.MVVM/AsyncAwaitBestPractices.MVVM.csproj'
12-
Xcode_Version: '15.0.1'
12+
Xcode_Version: '15.1.0'
1313

1414
trigger:
1515
branches:
@@ -235,4 +235,4 @@ jobs:
235235
displayName: 'Publish NuGet Packages'
236236
inputs:
237237
artifactName: nuget
238-
pathToPublish: '$(Build.ArtifactStagingDirectory)'
238+
pathToPublish: '$(Build.ArtifactStagingDirectory)'

0 commit comments

Comments
 (0)