Skip to content

Commit

Permalink
fix pool
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Jun 15, 2021
1 parent 0033fc2 commit c9eb329
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ stages:
- stage: Build
jobs:
- job: Build
pool: windows-latest
pool:
vmImage: windows-latest

variables:
BuildConfiguration: Release
Expand Down

0 comments on commit c9eb329

Please sign in to comment.