Skip to content

Net8 tests #7319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 48 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
5e6ed1a
net 8 working on windows
michaelgsharp Nov 20, 2024
d495c4c
net core fixes
michaelgsharp Nov 20, 2024
2535418
fixing job template
michaelgsharp Nov 20, 2024
cb78448
include net8 for helix
michaelgsharp Nov 20, 2024
f84fb69
more net8 changes
michaelgsharp Nov 20, 2024
489fab9
Adding needed tfm check back.
michaelgsharp Nov 20, 2024
39f7807
Fixing global json
michaelgsharp Nov 20, 2024
66b130c
missed net upgrade.
michaelgsharp Nov 20, 2024
1301e6d
re-adding containers
michaelgsharp Nov 20, 2024
e84ec25
fix x86 order
michaelgsharp Nov 21, 2024
d7eb263
arm 64 changes
michaelgsharp Nov 21, 2024
fae4a9a
arm 64 missed files
michaelgsharp Nov 21, 2024
4da3877
continue on error
michaelgsharp Nov 22, 2024
faa175d
win arm
michaelgsharp Nov 22, 2024
e797c19
linux arm64
michaelgsharp Nov 22, 2024
2f5047e
missing linux arm64 files
michaelgsharp Nov 22, 2024
e23e47b
Removing extra parameter
michaelgsharp Nov 22, 2024
ffa86df
test helix upload
michaelgsharp Nov 22, 2024
16fad35
semi colon escape
michaelgsharp Nov 23, 2024
47439ba
escape ampersand
michaelgsharp Nov 23, 2024
a19afa9
fixing bash copy
michaelgsharp Nov 23, 2024
a638909
upload test
michaelgsharp Nov 26, 2024
af004c4
cp test
michaelgsharp Nov 26, 2024
ed44308
arm files
michaelgsharp Dec 4, 2024
44f3cb4
relax arm constraints
michaelgsharp Dec 4, 2024
5e23157
missed arm file
michaelgsharp Dec 4, 2024
fe40b56
Fixes.
michaelgsharp Dec 7, 2024
22dd928
data analysis sequential tests
michaelgsharp Dec 8, 2024
b5b7c35
build analysis changes
michaelgsharp Dec 9, 2024
3993097
fix helix.proj
michaelgsharp Dec 9, 2024
36ccf7c
templating
michaelgsharp Dec 9, 2024
fc88832
reorder proj
michaelgsharp Dec 9, 2024
5ca091a
helix changes
michaelgsharp Dec 10, 2024
577e4ae
Helix Restore separate
michaelgsharp Dec 11, 2024
12eeb26
fixed yml
michaelgsharp Dec 11, 2024
9090999
Update build/ci/send-to-helix.yml
ericstj Dec 11, 2024
a6f1973
Fix execution of CreateHelixWorkItems target
ericstj Dec 11, 2024
0f68e7f
Schedule CreateHelixWorkItems BeforeTest
ericstj Dec 11, 2024
86504cc
helix proj change
michaelgsharp Dec 11, 2024
85e0d96
helix proj change
michaelgsharp Dec 11, 2024
86b682c
Helix Updates
michaelgsharp Dec 12, 2024
00f6347
helix proj change
michaelgsharp Dec 12, 2024
a0ff186
.sh test file update
michaelgsharp Dec 12, 2024
923b6fe
more helix changes
michaelgsharp Dec 12, 2024
79ec095
Removing commented code
michaelgsharp Dec 12, 2024
25b5301
added ability to run GC after tests
michaelgsharp Dec 12, 2024
4e137f3
adding missed files
michaelgsharp Dec 12, 2024
278b277
netfx fix
michaelgsharp Dec 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adding needed tfm check back.
  • Loading branch information
michaelgsharp committed Nov 20, 2024
commit 489fab9a5356ec1edc62eac95365af445011c20e
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tools": {
"dotnet": "9.0.100-rc.1.24452.12",
"dotnet": "9.0.0",
"runtimes": {
"dotnet": [
"$(DotNetRuntime60Version)",
Expand Down
4 changes: 4 additions & 0 deletions src/Microsoft.ML.GenAI.Core/Microsoft.ML.GenAI.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<LangVersion>preview</LangVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AutoGen.Core" Version="$(AutoGenVersion)" />
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="$(MicrosoftExtensionsAIVersion)" />
Expand Down
4 changes: 4 additions & 0 deletions src/Microsoft.ML.GenAI.LLaMA/Microsoft.ML.GenAI.LLaMA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<IsPackable>true</IsPackable>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TorchSharp.PyBridge" Version="$(TorchSharpPyBridgeVersion)" />
<PackageReference Include="TorchSharp" Version="$(TorchSharpVersion)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<IsPackable>true</IsPackable>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TorchSharp.PyBridge" Version="$(TorchSharpPyBridgeVersion)" />
<PackageReference Include="TorchSharp" Version="$(TorchSharpVersion)" />
Expand Down
4 changes: 4 additions & 0 deletions src/Microsoft.ML.GenAI.Phi/Microsoft.ML.GenAI.Phi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<IsPackable>true</IsPackable>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TorchSharp.PyBridge" Version="$(TorchSharpPyBridgeVersion)" />
<PackageReference Include="TorchSharp" Version="$(TorchSharpVersion)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
</PropertyGroup>

<!-- Import the test signing certificate -->
<Import Project="../Cert.props" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
</PropertyGroup>

<!-- Import the test signing certificate -->
<Import Project="../Cert.props" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
</PropertyGroup>

<!-- Import the test signing certificate -->
<Import Project="../Cert.props" />

Expand Down
Loading