Skip to content

Commit 5a12d36

Browse files
authored
Merge pull request #420 from datalust/dev
2025.2 Maintenance Release
2 parents cd5e9a7 + f96b6fb commit 5a12d36

File tree

430 files changed

+7630
-50193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

430 files changed

+7630
-50193
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,3 +290,5 @@ __pycache__/
290290

291291
# ci.global.json is used in CI; local builds are unconstrained
292292
global.json
293+
294+
.DS_Store/

README.md

Lines changed: 437 additions & 145 deletions

build/Build.Windows.ps1

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ $version = Get-SemVer
1313
Write-Output "Building version $version"
1414

1515
$framework = 'net9.0'
16-
$windowsTfmSuffix = '-windows'
1716

1817
function Clean-Output
1918
{
@@ -28,7 +27,7 @@ function Restore-Packages
2827

2928
function Execute-Tests($version)
3029
{
31-
& dotnet test ./test/SeqCli.Tests/SeqCli.Tests.csproj -c Release /p:Configuration=Release /p:Platform=x64 /p:VersionPrefix=$version
30+
& dotnet test ./test/SeqCli.Tests/SeqCli.Tests.csproj -c Release --framework "$framework" /p:Configuration=Release /p:Platform=x64 /p:VersionPrefix=$version
3231
if($LASTEXITCODE -ne 0) { throw "Build failed" }
3332
}
3433

@@ -42,9 +41,6 @@ function Publish-Archives($version)
4241
$rids = $([xml](Get-Content .\src\SeqCli\SeqCli.csproj)).Project.PropertyGroup.RuntimeIdentifiers.Split(';')
4342
foreach ($rid in $rids) {
4443
$tfm = $framework
45-
if ($rid -eq "win-x64") {
46-
$tfm = "$tfm$windowsTfmSuffix"
47-
}
4844

4945
& dotnet publish ./src/SeqCli/SeqCli.csproj -c Release -f $tfm -r $rid --self-contained /p:VersionPrefix=$version
5046
if($LASTEXITCODE -ne 0) { throw "Build failed" }

build/wix/LICENSE.TXT

Lines changed: 0 additions & 28 deletions
This file was deleted.

build/wix/LuxTasks.dll

-28 KB
Binary file not shown.

build/wix/ThmViewer.exe

-149 KB
Binary file not shown.

build/wix/WixBalExtension.dll

-2.18 MB
Binary file not shown.

build/wix/WixComPlusExtension.dll

-928 KB
Binary file not shown.

build/wix/WixCop.exe

-24 KB
Binary file not shown.
-168 KB
Binary file not shown.

0 commit comments

Comments
 (0)