UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit 4ea413ff authored by Christopher Apsey's avatar Christopher Apsey
Browse files

fix naming

parent f3dc0b3d
Branches
No related merge requests found
Pipeline #26818 failed with stage
in 2 seconds
......@@ -13,9 +13,9 @@ Import-Module ..\windows-openstack-imaging-tools\UnattendResources\ini.psm1
copy ..\resources\configs\base.ini windows-10-2016.ini
Set-IniFileValue -Path self.ini -Section "DEFAULT" -Key "wim_file_path" -Value "..\resources\wim\windows-10-2016.wim"
Set-IniFileValue -Path self.ini -Section "DEFAULT" -Key "image_name" -Value "Windows 10 Enterprise 2016 LTSB"
Set-IniFileValue -Path self.ini -Section "DEFAULT" -Key "image_path" -Value "..\artifacts\windows-10-2016.raw"
Set-IniFileValue -Path windows-10-2016.ini -Section "DEFAULT" -Key "wim_file_path" -Value "..\resources\wim\windows-10-2016.wim"
Set-IniFileValue -Path windows-10-2016.ini -Section "DEFAULT" -Key "image_name" -Value "Windows 10 Enterprise 2016 LTSB"
Set-IniFileValue -Path windows-10-2016.ini -Section "DEFAULT" -Key "image_path" -Value "..\artifacts\windows-10-2016.raw"
New-WindowsOnlineImage -ConfigFilePath windows-10-2016.ini
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment