Skip to content

Commit ebd6920

Browse files
committed
use msrustup in onebranch pipeline to add target
1 parent 6c27b55 commit ebd6920

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pipelines/DSC-Official.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ extends:
141141
}
142142
$env:PATH += ";$LLVMBIN"
143143
write-verbose -verbose (gcm clang.exe | out-string)
144+
msrustup target add $(buildName)
144145
./build.ps1 -Verbose -Clean -Release -Architecture $(buildName) -SkipLinkCheck
145146
displayName: 'Build $(buildName)'
146147
env:

0 commit comments

Comments
 (0)