Skip to content

Commit

Permalink
Revert hyper-v box back to 1803
Browse files Browse the repository at this point in the history
As we dont have a 1909 box built for that yet
  • Loading branch information
matt-richardson committed Apr 11, 2020
1 parent ec70704 commit e7078a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ Vagrant.configure(VAGRANT_FILE_API_VERSION) do |config|

if Vagrant::Util::Platform.windows? then
config.vm.provider "hyperv" do |v, override|
override.vm.box = "OctopusDeploy/dsc-test-server-windows-server-1909"
override.vm.box_url = "https://s3-ap-southeast-2.amazonaws.com/octopus-vagrant-boxes/vagrant/json/OctopusDeploy/hyperv/dsc-test-server-windows-server-1909.json"
override.vm.box = "OctopusDeploy/dsc-test-server-windows-server-1803"
override.vm.box_url = "https://s3-ap-southeast-2.amazonaws.com/octopus-vagrant-boxes/vagrant/json/OctopusDeploy/hyperv/dsc-test-server-windows-server-1803.json"
config.vm.network "public_network", bridge: ENV['OctopusDSCVMSwitch']
v.memory = 4096
v.maxmemory = 4096
Expand Down

0 comments on commit e7078a9

Please sign in to comment.