Skip to content

Instantly share code, notes, and snippets.

@cphillips83
Last active January 27, 2020 14:50
Show Gist options
  • Save cphillips83/61148e8d756ffd55a6a6ad2a0cda830c to your computer and use it in GitHub Desktop.
Save cphillips83/61148e8d756ffd55a6a6ad2a0cda830c to your computer and use it in GitHub Desktop.

Guide to setting up docker https://blog.sixeyed.com/getting-started-with-docker-on-windows-server-2019/

VSCode https://code.visualstudio.com/docs/?dv=win64

Git tools for windows https://git-scm.com/downloads

Install windows 3.5 features

Install-WindowsFeature Net-Framework-Core

Install chocolatey

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Install full visual studio build tools

choco install visualstudio2019buildtools --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US" -y

msbuild tasks

choco install msbuild.communitytasks

Install jenkins https://jenkins.io/download/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment