Skip to content

Commit

Permalink
set arch
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Nov 9, 2020
1 parent fa34e8b commit f74af0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Ix.NET/Source/version.json
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.ix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f74af0d

Please sign in to comment.