diff --git a/README.md b/README.md
index 230b3eeeb..dfbaea599 100644
--- a/README.md
+++ b/README.md
@@ -14,9 +14,9 @@ See the [release notes](RELEASE_NOTES.md) for notes on various stable releases o
## Build status
-| Azure Pipelines | Code Coverage | Open Bugs | Android Build | WASM Build |
-| --------------- | --------------|-----------|---------------|------------|
-| [](https://dev.azure.com/Z3Public/Z3/_build/latest?definitionId=1&branchName=master) | [](https://github.com/Z3Prover/z3/actions/workflows/coverage.yml) | [](https://github.com/Z3Prover/z3/actions/workflows/wip.yml) |[](https://github.com/Z3Prover/z3/actions/workflows/android-build.yml) | [](https://github.com/Z3Prover/z3/actions/workflows/wasm.yml) |
+| Azure Pipelines | Code Coverage | Open Bugs | Android Build | WASM Build | Windows Build |
+| --------------- | --------------|-----------|---------------|------------|---------------|
+| [](https://dev.azure.com/Z3Public/Z3/_build/latest?definitionId=1&branchName=master) | [](https://github.com/Z3Prover/z3/actions/workflows/coverage.yml) | [](https://github.com/Z3Prover/z3/actions/workflows/wip.yml) |[](https://github.com/Z3Prover/z3/actions/workflows/android-build.yml) | [](https://github.com/Z3Prover/z3/actions/workflows/wasm.yml) | [](https://github.com/Z3Prover/z3/actions/workflows/Windows.yml)
Docker image.
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 753c9ae9c..d9d2ab2b2 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -183,63 +183,6 @@ jobs:
- template: scripts/test-regressions.yml
-- job: "WindowsLatest"
- displayName: "Windows"
- pool:
- vmImage: "windows-latest"
- strategy:
- matrix:
- x86:
- arch: 'x86'
- setupCmd1: ''
- setupCmd2: ''
- setupCmd3: ''
- bindings: '$(cmakePy)'
- runTests: 'False'
- x64:
- arch: 'x64'
- setupCmd1: 'julia -e "using Pkg; Pkg.add(PackageSpec(name=\"libcxxwrap_julia_jll\"))"'
- setupCmd2: 'julia -e "using libcxxwrap_julia_jll; print(dirname(libcxxwrap_julia_jll.libcxxwrap_julia_path))" > tmp.env'
- setupCmd3: 'set /P JlCxxDir=