Skip to content

Commit

Permalink
compile for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchicn committed Oct 12, 2020
1 parent 443f86f commit 5cb771f
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
Expand Up @@ -31,7 +31,7 @@ jobs:
cd ../
displayName: "Compile for macOS"
- job: vs2019.x32
- job: vs2019_x32
pool:
vmImage: 'windows-latest'
steps:
Expand All @@ -48,7 +48,7 @@ jobs:
cd ../
displayName: "Compile for VS2019 Win32"
- job: vs2019.x64
- job: vs2019_x64
pool:
vmImage: 'windows-latest'
steps:
Expand Down

0 comments on commit 5cb771f

Please sign in to comment.