Skip to content

Commit c937242

Browse files
committed
Merge branch 'dev-flux' of https://github.com/Inxton/axsharp into dev-flux
2 parents 9ff5be6 + e3501a8 commit c937242

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mode: ContinuousDeployment
2-
next-version: 0.40.2
2+
next-version: 0.43.1
33
branches:
44
main:
55
regex: ^master$|^main$

cake/BuildContext.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ public void RunTestsFromFilteredSolution(string filteredSolutionFile)
169169

170170
public void PushNugetPackages(string artifactDirectory)
171171
{
172-
if (Helpers.CanReleaseInternal())
173-
{
172+
//if (Helpers.CanReleaseInternal())
173+
//{
174174
foreach (var nugetFile in Directory.EnumerateFiles(Path.Combine(this.Artifacts, artifactDirectory), "*.nupkg")
175175
.Select(p => new FileInfo(p)))
176176
{
@@ -182,7 +182,7 @@ public void PushNugetPackages(string artifactDirectory)
182182
SkipDuplicate = true
183183
});
184184
}
185-
}
185+
//}
186186
}
187187

188188
public IEnumerable<string> TargetFrameworks { get; } = new List<string>() { "net9.0", "net8.0" };
@@ -304,4 +304,4 @@ public void CheckLicenseComplianceInArtifacts()
304304
}
305305

306306
}
307-
}
307+
}

0 commit comments

Comments
 (0)