diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8804bc02e1..33b2dc670a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -34,6 +34,17 @@ jobs: inputs: version: 6.0.401 + - task: UseDotNet@2 + displayName: 'Use .NET Core SDK 7.0.100-rc.1.22431.12' + inputs: + version: 7.0.100-rc.1.22431.12 + + - task: CmdLine@2 + displayName: 'Install Workloads' + inputs: + script: | + dotnet workload install wasm-tools wasm-experimental + - task: CmdLine@2 displayName: 'Run Build' inputs: @@ -59,6 +70,17 @@ jobs: displayName: 'Use .NET Core SDK 6.0.401' inputs: version: 6.0.401 + + - task: UseDotNet@2 + displayName: 'Use .NET Core SDK 7.0.100-rc.1.22431.12' + inputs: + version: 7.0.100-rc.1.22431.12 + + - task: CmdLine@2 + displayName: 'Install Workloads' + inputs: + script: | + dotnet workload install wasm-tools wasm-experimental - task: CmdLine@2 displayName: 'Generate avalonia-native' @@ -120,6 +142,11 @@ jobs: inputs: version: 6.0.401 + - task: UseDotNet@2 + displayName: 'Use .NET Core SDK 7.0.100-rc.1.22431.12' + inputs: + version: 7.0.100-rc.1.22431.12 + - task: CmdLine@2 displayName: 'Install Workloads' inputs: diff --git a/nukebuild/_build.csproj b/nukebuild/_build.csproj index 5db9579876..0112697846 100644 --- a/nukebuild/_build.csproj +++ b/nukebuild/_build.csproj @@ -6,7 +6,7 @@ False CS0649;CS0169 1 - net6.0 + net7.0