From f74af0d1b8ce4e294ee512695fa188aad85448d0 Mon Sep 17 00:00:00 2001 From: Claire Novotny Date: Mon, 9 Nov 2020 18:11:53 -0500 Subject: [PATCH] set arch --- Ix.NET/Source/version.json | 2 +- azure-pipelines.ix.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Ix.NET/Source/version.json b/Ix.NET/Source/version.json index 46d2ca45c4..6de6df6f72 100644 --- a/Ix.NET/Source/version.json +++ b/Ix.NET/Source/version.json @@ -1,5 +1,5 @@ { - "version": "4.2.0-preview.{height}", + "version": "5.0.0-preview.{height}", "publicReleaseRefSpec": [ "^refs/heads/main$", // we release out of main "^refs/heads/rel/v\\d+\\.\\d+", // we also release branches starting with vN.N diff --git a/azure-pipelines.ix.yml b/azure-pipelines.ix.yml index 9158287285..295728e73b 100644 --- a/azure-pipelines.ix.yml +++ b/azure-pipelines.ix.yml @@ -40,7 +40,7 @@ stages: $branch = "release/5.0.1xx" $scriptPath = Join-Path $env:AGENT_TOOLSDIRECTORY dotnet-install.ps1 Invoke-WebRequest -OutFile $scriptPath https://raw.githubusercontent.com/dotnet/install-scripts/master/src/dotnet-install.ps1 - &"$scriptPath" -Channel $branch + &"$scriptPath" -Channel $branch -Architecture x64 $configFile = Join-Path $env:AGENT_TOOLSDIRECTORY NuGet-darc.config # Get the darc feeds needed @@ -71,7 +71,7 @@ stages: dotnet nuget add source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json -n dotnet5 displayName: Intall .NET 5.0 SDK - + - task: UseDotNet@2 displayName: .NET Core 3.1 runtime inputs: