mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
fix script links (#2237)
This commit is contained in:
committed by
GitHub
parent
b635f29ec0
commit
911f1685c4
@@ -44,7 +44,7 @@ Set-Location c:\
|
||||
git clone https://github.com/actions/virtual-environments.git
|
||||
```
|
||||
|
||||
Import [GenerateResourcesAndImage](helpers/GenerateResourcesAndImage.ps1) script from `/helpers` folder, and run `GenerateResourcesAndImage` function via Powershell.
|
||||
Import [GenerateResourcesAndImage](../helpers/GenerateResourcesAndImage.ps1) script from `/helpers` folder, and run `GenerateResourcesAndImage` function via Powershell.
|
||||
|
||||
```
|
||||
Set-Location C:\virtual-environments
|
||||
@@ -65,7 +65,7 @@ The function automatically creates all required Azure resources and kicks off pa
|
||||
*Please, check synopsis of `GenerateResourcesAndImage` for details about non-mandatory parameters.*
|
||||
|
||||
#### Generated VM Deployment
|
||||
After the successful image generation, Virtual Machine can be created from the generated VHD using [CreateAzureVMFromPackerTemplate](helpers/CreateAzureVMFromPackerTemplate.ps1) script.
|
||||
After the successful image generation, Virtual Machine can be created from the generated VHD using [CreateAzureVMFromPackerTemplate](../helpers/CreateAzureVMFromPackerTemplate.ps1) script.
|
||||
|
||||
```
|
||||
Set-Location C:\virtual-environments
|
||||
|
||||
Reference in New Issue
Block a user