Commit 06339dc
Clean up AOT publish process (#73416)
* Clean up AOT publish process
* Update src/coreclr/nativeaot/BuildIntegration/Microsoft.DotNet.ILCompiler.targets
Co-authored-by: Sven Boemer <sbomer@gmail.com>
* Update src/coreclr/nativeaot/BuildIntegration/Microsoft.DotNet.ILCompiler.targets
Co-authored-by: Sven Boemer <sbomer@gmail.com>
* FB and working around running native aot tests
* update crossgen2 reference
* moving package version change out of a target as per FB
* Fix nativeaot test take 2
* disabling a failing test
* Clean up AOT publish process
* Update src/coreclr/nativeaot/BuildIntegration/Microsoft.DotNet.ILCompiler.targets
Co-authored-by: Sven Boemer <sbomer@gmail.com>
* Update src/coreclr/nativeaot/BuildIntegration/Microsoft.DotNet.ILCompiler.targets
Co-authored-by: Sven Boemer <sbomer@gmail.com>
* FB and working around running native aot tests
* update crossgen2 reference
* moving package version change out of a target as per FB
* Fix nativeaot test take 2
* disabling a failing test
* Remove TrimMode workaround
* work around a test issue
* Update src/coreclr/nativeaot/BuildIntegration/Microsoft.DotNet.ILCompiler.SingleEntry.targets
Co-authored-by: Sven Boemer <sbomer@gmail.com>
* Update src/coreclr/nativeaot/BuildIntegration/Microsoft.DotNet.ILCompiler.SingleEntry.targets
Co-authored-by: Sven Boemer <sbomer@gmail.com>
* update the version check for package
* Cross target support, requires changes from SDK
* Change ResolvedTargetILCompilerPack to match SDK changes
* FB
* Trigger Build to fix interop break
Co-authored-by: Sven Boemer <sbomer@gmail.com>1 parent e3b2af3 commit 06339dc
File tree
6 files changed
+23
-27
lines changed- eng/testing
- src
- coreclr
- nativeaot/BuildIntegration
- tools/aot/crossgen2
- libraries
6 files changed
+23
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | | - | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
39 | | - | |
40 | 37 | | |
41 | 38 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
49 | 47 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
56 | 51 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
61 | 56 | | |
62 | 57 | | |
63 | 58 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
| 427 | + | |
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
| |||
0 commit comments