After installing VS 2017 RC on top of VS 2015 base image:
-
Install AppVeyor vstest.console logger and MSTestV2 support libraries
-
Replace MSBuild in PATH with MSBuild 15.0
-
Install latest NuGet 3.5
-
Pre-cache .NET Core:
cd %temp%
md app1
cd app1
dotnet new
dotnet restore
dotnet run
-
Install CMake 3.7.1
-
Re-install Git and Git LFS
-
Disable Bonjour Service and IpOverUsbSvc and services:
Set-Service -Name 'Bonjour Service' -StartupType Disabled
Set-Service -Name 'IpOverUsbSvc' -StartupType Disabled
-
Apply workaround for NuGet Build Tasks
After installing VS 2017 RC on top of VS 2015 base image:
Install AppVeyor
vstest.consolelogger and MSTestV2 support librariesReplace MSBuild in
PATHwith MSBuild 15.0Install latest NuGet 3.5
Pre-cache .NET Core:
cd %temp%
md app1
cd app1
dotnet new
dotnet restore
dotnet run
Install CMake 3.7.1
Re-install Git and Git LFS
Disable
Bonjour ServiceandIpOverUsbSvcand services:Set-Service -Name 'Bonjour Service' -StartupType Disabled
Set-Service -Name 'IpOverUsbSvc' -StartupType Disabled
Apply workaround for NuGet Build Tasks