diff --git a/azure-pipelines/vs-insertion.yml b/azure-pipelines/vs-insertion.yml index bf0dea02..d25197dd 100644 --- a/azure-pipelines/vs-insertion.yml +++ b/azure-pipelines/vs-insertion.yml @@ -69,6 +69,9 @@ extends: steps: - checkout: none - template: azure-pipelines/release-deployment-prep.yml@self + - download: CI + artifact: VSInsertion-Windows + displayName: 🔻 Download VSInsertion-Windows artifact - task: MicroBuildInsertVsPayload@5 displayName: 🏭 Insert VS Payload inputs: diff --git a/azure-pipelines/vs-validation.yml b/azure-pipelines/vs-validation.yml index 3f2a194f..e7e4c978 100644 --- a/azure-pipelines/vs-validation.yml +++ b/azure-pipelines/vs-validation.yml @@ -111,6 +111,9 @@ extends: displayName: 🔻 Download Variables-Windows artifact - powershell: $(Pipeline.Workspace)/Variables-Windows/_define.ps1 displayName: ⚙️ Set pipeline variables based on artifacts + - download: current + artifact: VSInsertion-Windows + displayName: 🔻 Download VSInsertion-Windows artifact - task: MicroBuildInsertVsPayload@5 displayName: 🏭 Insert VS Payload inputs: