Only download workload manifest MSIs on Windows and not ARM
This commit is contained in:
parent
61774f69e8
commit
69a868b025
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@
|
|||
<PackageDownload Include="@(BundledManifests->'%(NupkgId)')" >
|
||||
<Version>[%(Version)]</Version>
|
||||
</PackageDownload>
|
||||
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(OS)' == 'Windows_NT' and '$(Architecture)' != 'arm' ">
|
||||
<PackageDownload Include="@(BundledManifests->'%(MsiNupkgId)')" >
|
||||
<Version>[%(Version)]</Version>
|
||||
</PackageDownload>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue