You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a InstallNativePackages.proj that downloads the native
diasymreader and cdac packages. Note that cdac packages are opt in via `PackageWithCDac`.
Add InstallNativePackages to native-prereqs.proj
Move the native binary copies out of the build.sh/build-native.cmd
scripts to the appropriate managed project
Move the rest of the binary copying from the cmake files to the managed
projects
Switch the Windows native builds to use ninja. Add the -msbuild/-ninja
build-native.cmd options.
---------
Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
Co-authored-by: Steve Pfister <stpfiste@microsoft.com>
<!-- All Rights Reserved. Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
Copy file name to clipboardExpand all lines: eng/InstallRuntimes.proj
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
<!-- All Rights Reserved. Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
2
2
<ProjectSdk="Microsoft.Build.NoTargets">
3
3
<!--
4
-
$(BuildArch) - architecture to test (x64, x86, arm, arm64). Defaults to x64.
4
+
$(TargetArch) - architecture to test (x64, x86, arm, arm64). Defaults to x64.
5
+
$(LiveRuntimeDir) - path to the locally built runtime to use for testing.
0 commit comments