-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e79a384
commit 58b1ea4
Showing
8 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
// -------------------------------------------------------------------------------------------- | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT license. | ||
// -------------------------------------------------------------------------------------------- | ||
namespace Microsoft.Oryx.Automation.DotNet | ||
{ | ||
public class DotNetConstants | ||
{ | ||
public const string DotNetBlockedVersionsEnvVar = "DOTNET_BLOCKED_VERSIONS_ARRAY"; | ||
public const string DotNetMinReleaseVersionEnvVar = "DOTNET_MIN_RELEASE_VERSION"; | ||
public const string DotNetMaxReleaseVersionEnvVar = "DOTNET_MAX_RELEASE_VERSION"; | ||
public const string DotNetMaxVersionEnvVar = "DOTNET_MAX_VERSION"; | ||
public const string DotNetName = "dotnet"; | ||
public const string DotNetCoreName = "net-core"; | ||
public const string DotNetAspCoreName = "aspnet-core"; | ||
public const string DotNetSdkKey = "dot-net-core-sdk-versions"; | ||
public const string DotNetRuntimeKey = "dot-net-core-run-time-versions"; | ||
public const string DotNetLinuxTarFileRegex = ".*-linux-x64.tar.gz"; | ||
public const string SdkName = "sdk"; | ||
public const string ReleasesIndexJsonUrl = "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json"; | ||
public const string DotNetSuffixUrl = "/dotnet?restype=container&comp=list&include=metadata"; | ||
} | ||
} | ||
// -------------------------------------------------------------------------------------------- | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT license. | ||
// -------------------------------------------------------------------------------------------- | ||
namespace Microsoft.Oryx.Automation.DotNet | ||
{ | ||
public class DotNetConstants | ||
{ | ||
public const string DotNetBlockedVersionsEnvVar = "DOTNET_BLOCKED_VERSIONS_ARRAY"; | ||
public const string DotNetMinReleaseVersionEnvVar = "DOTNET_MIN_RELEASE_VERSION"; | ||
public const string DotNetMaxReleaseVersionEnvVar = "DOTNET_MAX_RELEASE_VERSION"; | ||
public const string DotNetMaxVersionEnvVar = "DOTNET_MAX_VERSION"; | ||
public const string DotNetName = "dotnet"; | ||
public const string DotNetCoreName = "net-core"; | ||
public const string DotNetAspCoreName = "aspnet-core"; | ||
public const string DotNetSdkKey = "dot-net-core-sdk-versions"; | ||
public const string DotNetRuntimeKey = "dot-net-core-run-time-versions"; | ||
public const string DotNetLinuxTarFileRegex = ".*-linux-x64.tar.gz"; | ||
public const string SdkName = "sdk"; | ||
public const string ReleasesIndexJsonUrl = "https://builds.dotnet.microsoft.com/dotnet/release-metadata/releases-index.json"; | ||
public const string DotNetSuffixUrl = "/dotnet?restype=container&comp=list&include=metadata"; | ||
} | ||
} |
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
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
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
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
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
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
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