Created
February 18, 2020 20:36
-
-
Save CalvinAllen/48bd5d42a1dcb7efdde485f163fc7269 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Starting: UseDotNet | |
============================================================================== | |
Task : Use .NET Core | |
Description : Acquires a specific version of the .NET Core SDK from the internet or the local cache and adds it to the PATH. Use this task to change the version of .NET Core used in subsequent tasks. Additionally provides proxy support. | |
Version : 2.164.0 | |
Author : Microsoft Corporation | |
Help : https://aka.ms/AA4xgy0 | |
============================================================================== | |
Tool to install: .NET Core sdk version 3.1.x. | |
Found version 3.1.102 in channel 3.1 for user specified version spec: 3.1.x | |
Version 3.1.102 was not found in cache. | |
Getting URL to download .NET Core sdk version: 3.1.102. | |
Detecting OS platform to find correct download package for the OS. | |
/Users/runner/runners/2.164.8/work/_tasks/UseDotNet_b0ce7256-7898-45d3-9cb5-176b752bfea6/2.164.0/externals/get-os-distro.sh | |
Primary:osx-x64 | |
Legacy:osx-x64 | |
Detected platform (Primary): osx-x64 | |
Detected platform (Legacy): osx-x64 | |
##[error]Download URL for .Net Core sdk version 3.1.102 could not be found for the following OS platforms (rid): osx-x64,osx-x64 | |
Finishing: UseDotNet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment