Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc authored Feb 22, 2022
1 parent 23895e6 commit bfa2b5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ variables:
jobs:
- job: 'csharpWindows'
pool:
vmImage: windows-latest
vmImage: windows-2022
displayName: 'C# (Windows)'
timeoutInMinutes: 75

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

- job: 'cppWindows'
pool:
vmImage: windows-latest
vmImage: windows-2022
displayName: 'C++ (Windows)'

strategy:
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:

# - job: 'cppBlobsWindows'
# pool:
# vmImage: windows-latest
# vmImage: windows-2022
# displayName: 'C++ Blobs (Windows)'

# strategy:
Expand Down Expand Up @@ -261,4 +261,4 @@ jobs:
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
# CTEST_OUTPUT_ON_FAILURE=1 make test
# workingDirectory: 'cc/build/Debug'
# displayName: 'Run Tests (Debug)'
# displayName: 'Run Tests (Debug)'

0 comments on commit bfa2b5f

Please sign in to comment.