File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 7676 <RepositoryBuildArguments >$(RepositoryBuildArguments) /p:Configuration=$(Configuration)</RepositoryBuildArguments >
7777 <RepositoryBuildArguments >$(RepositoryBuildArguments) /p:IsFinalBuild=$(IsFinalBuild)</RepositoryBuildArguments >
7878 <RepositoryBuildArguments >$(RepositoryBuildArguments) /noconsolelogger '/l:RepoTasks.FlowLogger,$(MSBuildThisFileDirectory)tasks\bin\publish\RepoTasks.dll;Summary;FlowId=$(RepositoryToBuild)'</RepositoryBuildArguments >
79+ <RepositoryBuildArguments >$(RepositoryBuildArguments) '/p:DotNetAssetRootAccessTokenSuffix=$(DotNetAssetRootAccessTokenSuffix)'</RepositoryBuildArguments >
80+ <RepositoryBuildArguments >$(RepositoryBuildArguments) '/p:DotNetAssetRootUrl=$(DotNetAssetRootUrl)'</RepositoryBuildArguments >
7981
8082 <SourceLockFile >$(RepositoryRoot)korebuild-lock.txt</SourceLockFile >
8183 <RepoLockFile >$(BuildRepositoryRoot)korebuild-lock.txt</RepoLockFile >
Original file line number Diff line number Diff line change 4646 <ItemGroup >
4747 <!-- Explicitly require the 2.0.x and 2.1.0-* version of shared runtime used by universe -->
4848 <DotNetCoreRuntime Include =" $(MicrosoftNETCoreApp20PackageVersion)" />
49+
4950 <DotNetCoreRuntime Include =" $(MicrosoftNETCoreApp21PackageVersion)"
5051 Feed =" $(DotNetAssetRootUrl)"
5152 FeedCredential =" $(DotNetAssetRootAccessTokenSuffix)" />
53+
54+ <DotNetCoreRuntime Condition =" '$(OS)' == 'Windows_NT'"
55+ Include =" $(MicrosoftNETCoreApp21PackageVersion)"
56+ Arch =" x86"
57+ Feed =" $(DotNetAssetRootUrl)"
58+ FeedCredential =" $(DotNetAssetRootAccessTokenSuffix)" />
5259 </ItemGroup >
5360
5461 <!-- Properties for publishing -->
You can’t perform that action at this time.
0 commit comments