Explorar el Código

Make sure Import-CliXML can find update_info.xml

Jonas Gröger hace 7 años
padre
commit
ba17a650b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      au/update_all.ps1

+ 1 - 1
au/update_all.ps1

@@ -52,7 +52,7 @@ if ($env:au_force -eq 'true') {
 cd $PSScriptRoot/../automatic
 
 Update-AUPackages -Name $Name -Options $options | ft
-$global:updateall = Import-CliXML $PSScriptRoot\..\update_info.xml
+$global:updateall = Import-CliXML $PSScriptRoot\..\automatic\update_info.xml
 
 #Uncomment to fail the build on AppVeyor on any package error
 #if ($updateall.error_count.total) { throw 'Errors during update' }