Skip to content

Commit

Permalink
Fix iso download paths (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
gusztavvargadr authored Aug 6, 2024
1 parent 05b8145 commit 884e7d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
condition: always()
- job: download
displayName: Publish ${{ parameters.sample }}/${{ parameters.image }}/${{ parameters.provider }}/${{ parameters.build }}
displayName: Download ${{ parameters.sample }}/${{ parameters.image }}/${{ parameters.provider }}/${{ parameters.build }}
dependsOn: publish
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))

Expand Down
2 changes: 1 addition & 1 deletion samples/windows-server/images.pkrvars.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ images = {

native = {
source_iso_url_local = "Windows_InsiderPreview_Server_vNext_en-us_26257.iso"
source_iso_url_remote = "https://api.hashicorp.cloud/vagrant/2022-08-01/gusztavvargadr-iso/boxes/windows-server-insider-preview/versions/2302.0.2403/providers/iso/amd64/vagrant.box"
source_iso_url_remote = "https://api.hashicorp.cloud/vagrant/2022-08-01/gusztavvargadr-iso/boxes/windows-server-insider-preview/versions/2402.0.2407/providers/iso/amd64/vagrant.box"
source_iso_checksum = "sha256:0a3a4b768e0a9bf484e10852f178f5fb0f51c21ed6e609a6ee8217825b504176"

boot_image_name = "Windows Server 2025 SERVERSTANDARD"
Expand Down

0 comments on commit 884e7d0

Please sign in to comment.