Skip to content

Commit 1573a0b

Browse files
committed
Fix vs-validation pipeline's artifact download task
1 parent bac6223 commit 1573a0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines/vs-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ extends:
111111
displayName: 🔻 Download Variables-Windows artifact
112112
- powershell: $(Pipeline.Workspace)/Variables-Windows/_define.ps1
113113
displayName: ⚙️ Set pipeline variables based on artifacts
114-
- download: CI
114+
- download: current
115115
artifact: VSInsertion-Windows
116116
displayName: 🔻 Download VSInsertion-Windows artifact
117117
- task: MicroBuildInsertVsPayload@5

0 commit comments

Comments
 (0)