Fix paths (forgot to stage the changes in previous commit :P)
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		| @@ -200,6 +200,7 @@ build { | |||||||
|  |  | ||||||
|   provisioner "powershell" { |   provisioner "powershell" { | ||||||
|     scripts = [ |     scripts = [ | ||||||
|  |       "scripts/Install-Prerequisites.ps1", | ||||||
|       "scripts/Install-WinGet.ps1" |       "scripts/Install-WinGet.ps1" | ||||||
|     ] |     ] | ||||||
|   } |   } | ||||||
| @@ -241,13 +242,13 @@ build { | |||||||
|   provisioner "file" { |   provisioner "file" { | ||||||
|     only        = ["vsphere-iso.srv2019-virtual"] |     only        = ["vsphere-iso.srv2019-virtual"] | ||||||
|     destination = "C:\\Payload\\" |     destination = "C:\\Payload\\" | ||||||
|     source      = "scripts/Server2019/payload/" |     source      = "scripts/payload/" | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   provisioner "powershell" { |   provisioner "powershell" { | ||||||
|     only    = ["vsphere-iso.srv2019-virtual"] |     only    = ["vsphere-iso.srv2019-virtual"] | ||||||
|     scripts = [ |     scripts = [ | ||||||
|       "scripts/Server2019/Register-ScheduledTask.ps1" |       "scripts/Register-ScheduledTask.ps1" | ||||||
|     ] |     ] | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user