Skip to content

Commit 17ccdc4

Browse files
committed
Small fixes for Windows description
1 parent 8b6d409 commit 17ccdc4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

jekyll/_cci2/hello-world-windows.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,16 @@ This document describes how to get started with continuous integration on **Wind
1717

1818
To follow along with this document you will need:
1919

20-
* An [account](https://circleci.com/signup/) on CircleCI
21-
* A [performance plan](https://circleci.com/pricing/usage/) subscription
22-
* Pipelines must be [enabled]({{site.baseurl}}/2.0/build-processing/) (to enable Orbs and a 2.1 config).
23-
* To request access to Windows Preview using [this form](https://docs.google.com/forms/d/e/1FAIpQLSfspug2MP0eTK8eRC1_FpiDQzNHkk8a36fflN_za29CwGzGoQ/viewform).
20+
* An [account](https://circleci.com/signup/) on CircleCI.
21+
* A [performance plan](https://circleci.com/pricing/usage/) subscription.
22+
* Pipelines must be [enabled]({{site.baseurl}}/2.0/build-processing/) for your project to use Windows.
2423

2524
# Overview of the Windows executor
2625

2726
The Windows build environment (or `executor`) gives users the tools to build Windows projects, such as a Universal Windows Platform (UWP) application, a .NET executable, or Windows-specific (like the .NET framework) projects. The following specifications detail the capacities and included features of the Windows executor:
2827

29-
- Uses the Server Core version of Windows Server 2019 DataCenter Edition (`windows-server-2019`.)
30-
- Has 4 vCPUS and 15 GB of ram.
31-
- Has `Git`, `Chocolatey` and `7zip` pre-installed.
28+
- Uses the Server Core version of Windows Server 2019 Datacenter Edition.
29+
- Has 4 vCPUS and 15 GB of RAM.
3230
- Powershell is the default shell (Bash and Command are available to be manually selected).
3331

3432
The Windows executor does not have have support for [Docker Layer Caching]({{site.baseurl}}/2.0/docker-layer-caching). Further, The Windows executor is only available on the [CircleCI Performance Plan](https://circleci.com/pricing/usage/) at a cost of **40 credits/minute**.

0 commit comments

Comments
 (0)