Fixed destination logic; updated action to use .net11 preview 4; fixed broken .csproj.
Nightly Build and Release / Build and Release Nightly (push) Failing after 14s
Nightly Build and Release / Build and Release Nightly (push) Failing after 14s
This commit is contained in:
@@ -146,7 +146,7 @@ sealed record GitDestination(DestinationContext Context, string Source, string A
|
||||
// gitea source structure = https://gitea.example.com/api/packages/{owner}/nuget/index.json
|
||||
var keyResult = GetApiKey("gitea");
|
||||
if (keyResult is ReadableError error) return error;
|
||||
return new GitDestination(context, $"https://gitea.example.com/api/packages/{repoOwner}/nuget/index.json", keyResult.Unwrap(), verbose).Ok();
|
||||
return new GitDestination(context, $"https://git.main.qwsdcvghyu.com/api/packages/{repoOwner}/nuget/index.json", keyResult.Unwrap(), verbose).Ok();
|
||||
}
|
||||
|
||||
public static Result<GitDestination, ReadableError> CreateForGithub(DestinationContext context, string repoOwner, bool verbose = false) {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<TargetFramework>net11.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<LangVersion>preview</LangVersion>
|
||||
|
||||
Reference in New Issue
Block a user