File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
version : " master-{build}"
2
2
3
- # fix for retrieving progress information for local execution
4
- # see: http://help.appveyor.com/discussions/problems/5170-progresspreference-not-works-always-shown-preparing-modules-for-first-use-in-stderr
5
- image : Previous Visual Studio 2015
6
-
7
3
platform :
8
4
- x64
9
5
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ def run(script)
137
137
# especially in local mode, we cannot be sure that we get a Powershell
138
138
# we may just get a `cmd`.
139
139
# TODO: we may want to opt for powershell.exe -command instead of `encodeCommand`
140
- "powershell -encodedCommand #{ encoded ( safe_script ( script ) ) } "
140
+ "powershell -NoProfile - encodedCommand #{ encoded ( safe_script ( script ) ) } "
141
141
end
142
142
143
143
# suppress the progress stream from leaking to stderr
You can’t perform that action at this time.
0 commit comments