File tree Expand file tree Collapse file tree 2 files changed +7
-15
lines changed Expand file tree Collapse file tree 2 files changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,9 @@ executors:
61
61
resource_class : windows.medium
62
62
shell : powershell.exe -ExecutionPolicy Bypass
63
63
machine :
64
- image : windows-server-2019
64
+ # Contents of this image:
65
+ # https://circleci.com/docs/2.0/hello-world-windows/#software-pre-installed-in-the-windows-image
66
+ image : windows-server-2019-vs2019:stable
65
67
66
68
# Command Definitions
67
69
# https://circleci.com/docs/2.0/reusing-config/#authoring-reusable-commands
@@ -72,11 +74,10 @@ commands:
72
74
- attach_workspace :
73
75
at : *workspace_location
74
76
setup_windows :
75
- steps :
76
- - run :
77
- # Need to install node and yarn before to ensure correct versions.
78
- name : Setup windows node environment
79
- command : ./.circleci/windows-env.ps1
77
+ steps :
78
+ - run : nvm install 12.1.0
79
+ - run : nvm use 12.1.0
80
+ -
run :
npm install -g [email protected]
80
81
- run : node --version
81
82
- run : yarn --version
82
83
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments