File tree 2 files changed +8
-20
lines changed
2 files changed +8
-20
lines changed Original file line number Diff line number Diff line change @@ -57,16 +57,14 @@ executors:
57
57
resource_class : xlarge
58
58
59
59
windows-executor :
60
+ # Same as https://circleci.com/orbs/registry/orb/circleci/windows, but named.
60
61
working_directory : ~/ng
61
62
resource_class : windows.medium
62
63
shell : powershell.exe -ExecutionPolicy Bypass
63
64
machine :
64
- # Windows preview image that includes the following:
65
- # - Visual Studio 2019 build tools
66
- # - Node 12
67
- # - yarn 1.17
68
- # - Python 3 3.7.4
69
- image : windows-server-2019-vs2019:201908-02
65
+ # Contents of this image:
66
+ # https://circleci.com/docs/2.0/hello-world-windows/#software-pre-installed-in-the-windows-image
67
+ image : windows-server-2019-vs2019:stable
70
68
71
69
# Command Definitions
72
70
# https://circleci.com/docs/2.0/reusing-config/#authoring-reusable-commands
@@ -77,11 +75,10 @@ commands:
77
75
- attach_workspace :
78
76
at : *workspace_location
79
77
setup_windows :
80
- steps :
81
- - run :
82
- # Need to install node and yarn before to ensure correct versions.
83
- name : Setup windows node environment
84
- command : ./.circleci/windows-env.ps1
78
+ steps :
79
+ - run : nvm install 12.1.0
80
+ - run : nvm use 12.1.0
81
+ -
run :
npm install -g [email protected]
85
82
- run : node --version
86
83
- run : yarn --version
87
84
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments