chore: Adjust linux tests
This commit is contained in:
Родитель
54cbb1379e
Коммит
c4a378afa2
|
@ -2,7 +2,7 @@ jobs:
|
|||
- job: Windows
|
||||
|
||||
pool:
|
||||
vmImage: 'windows-2019'
|
||||
vmImage: 'windows-2022'
|
||||
|
||||
variables:
|
||||
NUGET_PACKAGES: $(Agent.WorkFolder)\.nuget
|
||||
|
@ -11,6 +11,20 @@ jobs:
|
|||
- checkout: self
|
||||
clean: true
|
||||
|
||||
- bash: |
|
||||
wget https://dot.net/v1/dotnet-install.sh
|
||||
chmod +x dotnet-install.sh
|
||||
./dotnet-install.sh -c 9.0 -q daily
|
||||
echo "##vso[task.setvariable variable=PATH;]$PATH;~/.dotnet";
|
||||
|
||||
displayName: Setup .NET
|
||||
|
||||
- bash: |
|
||||
cd src
|
||||
dotnet workload install wasm-tools
|
||||
|
||||
displayName: Setup Workloads
|
||||
|
||||
- task: UseDotNet@2
|
||||
displayName: 'Use .NET SDK'
|
||||
inputs:
|
||||
|
|
|
@ -3,19 +3,15 @@
|
|||
"path": "Uno.Wasm.Bootstrap.sln",
|
||||
"projects": [
|
||||
"LongPathTest\\Uno.Wasm.LongPath.csproj",
|
||||
"Uno.Wasm.Sample.RayTracer.Shared\\Uno.Wasm.Sample.RayTracer.Shared.shproj",
|
||||
"Uno.Wasm.Sample.RayTracer\\Uno.Wasm.Sample.RayTracer.csproj",
|
||||
"Uno.Wasm.Bootstrap.Cli\\Uno.Wasm.Bootstrap.Cli.csproj",
|
||||
"Uno.Wasm.Bootstrap.DevServer\\Uno.Wasm.Bootstrap.DevServer.csproj",
|
||||
"Uno.Wasm.Bootstrap\\Uno.Wasm.Bootstrap.csproj",
|
||||
"Uno.Wasm.MixedModeRoslynSample\\Uno.Wasm.MixedModeRoslynSample.csproj",
|
||||
"Uno.Wasm.MixedModeSample\\Uno.Wasm.MixedModeSample.csproj",
|
||||
"Uno.Wasm.Node.Sample\\Uno.Wasm.Node.Sample.csproj",
|
||||
"Uno.Wasm.Sample.RayTracer.Shared\\Uno.Wasm.Sample.RayTracer.Shared.shproj",
|
||||
"Uno.Wasm.Sample.RayTracer\\Uno.Wasm.Sample.RayTracer.csproj",
|
||||
"Uno.Wasm.Sample.Server.Net7\\Uno.Wasm.Sample.Server.Net7.csproj",
|
||||
"Uno.Wasm.SampleNet6.Aot\\Uno.Wasm.SampleNet6.Aot.csproj",
|
||||
"Uno.Wasm.SampleNet6\\Uno.Wasm.SampleNet6.csproj",
|
||||
"Uno.Wasm.SampleNet6.LogProfiler\\Uno.Wasm.SampleNet6.LogProfiler.csproj",
|
||||
"Uno.Wasm.SampleNet6\\Uno.Wasm.SampleNet6.csproj",
|
||||
"Uno.Wasm.SampleNet7\\Uno.Wasm.SampleNet7.csproj",
|
||||
"Uno.Wasm.Sample\\Uno.Wasm.Sample.shproj",
|
||||
"Uno.Wasm.Static Linking\\Uno.Wasm.StaticLinking.csproj",
|
||||
|
@ -27,10 +23,10 @@
|
|||
"Uno.Wasm.StaticLinking.Shared\\Uno.Wasm.StaticLinking.Shared.shproj",
|
||||
"Uno.Wasm.StaticLinking.Simd.net7\\Uno.Wasm.StaticLinking.Simd.net7.csproj",
|
||||
"Uno.Wasm.StaticLinking.net7\\Uno.Wasm.StaticLinking.net7.csproj",
|
||||
"Uno.Wasm.Tests.AbsoluteIntermediate\\Uno.Wasm.Tests.AbsoluteIntermediate.csproj",
|
||||
"Uno.Wasm.Tests.Electron\\Uno.Wasm.Tests.Electron.csproj",
|
||||
"Uno.Wasm.Tests.Empty\\Uno.Wasm.Test.Empty.csproj",
|
||||
"Uno.Wasm.Tests.Shared\\Uno.Wasm.Tests.Shared.shproj",
|
||||
"Uno.Wasm.Tests.AbsoluteIntermediate\\Uno.Wasm.Tests.AbsoluteIntermediate.csproj",
|
||||
"Uno.Wasm.Tests.TypeScript\\Uno.Wasm.Tests.TypeScript.csproj",
|
||||
"Uno.Wasm.Threads.Aot\\Uno.Wasm.Threads.Aot.csproj",
|
||||
"Uno.Wasm.Threads.Shared\\Uno.Wasm.Threads.Shared.shproj",
|
||||
|
|
Загрузка…
Ссылка в новой задаче