Skip to content

Commit 308079e

Browse files
committed
Fix build scripts.
1 parent 8680f92 commit 308079e

File tree

4 files changed

+10
-29
lines changed

4 files changed

+10
-29
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#### Port
22
Aeron.NET has been ported against Java version:
3-
- Agrona: 1.0.7
4-
- Aeron: 1.28.2
3+
- Agrona: 1.14.0
4+
- Aeron: 1.37.0

scripts/build-nuget-packages.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@echo off
22
pushd %~dp0..
3-
call dotnet pack src\Adaptive.Aeron\Adaptive.Aeron.csproj -c Release --output ..\..\nupkgs
4-
call dotnet pack src\Adaptive.Agrona\Adaptive.Agrona.csproj -c Release --output ..\..\nupkgs
5-
call dotnet pack src\Adaptive.Cluster\Adaptive.Cluster.csproj -c Release --output ..\..\nupkgs
6-
call dotnet pack src\Adaptive.Archiver\Adaptive.Archiver.csproj -c Release --output ..\..\nupkgs
3+
call dotnet pack src\Adaptive.Aeron\Adaptive.Aeron.csproj -c Release --output nupkgs
4+
call dotnet pack src\Adaptive.Agrona\Adaptive.Agrona.csproj -c Release --output nupkgs
5+
call dotnet pack src\Adaptive.Cluster\Adaptive.Cluster.csproj -c Release --output nupkgs
6+
call dotnet pack src\Adaptive.Archiver\Adaptive.Archiver.csproj -c Release --output nupkgs
77
call .\scripts\nuget pack .\driver\Aeron.Driver.nuspec -OutputDirectory nupkgs
88
popd

scripts/build-prerelease-nuget-packages.bat

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

scripts/build-release-nuget-packages.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ SET nuget_source=https://api.nuget.org/v3/index.json
44

55
del nupkgs\*.nupkg
66

7-
call dotnet pack src\Adaptive.Aeron\Adaptive.Aeron.csproj -c Release --output ..\..\nupkgs
8-
call dotnet pack src\Adaptive.Agrona\Adaptive.Agrona.csproj -c Release --output ..\..\nupkgs
9-
call dotnet pack src\Adaptive.Cluster\Adaptive.Cluster.csproj -c Release --output ..\..\nupkgs
10-
call dotnet pack src\Adaptive.Archiver\Adaptive.Archiver.csproj -c Release --output ..\..\nupkgs
7+
call dotnet pack src\Adaptive.Aeron\Adaptive.Aeron.csproj -c Release --output nupkgs
8+
call dotnet pack src\Adaptive.Agrona\Adaptive.Agrona.csproj -c Release --output nupkgs
9+
call dotnet pack src\Adaptive.Cluster\Adaptive.Cluster.csproj -c Release --output nupkgs
10+
call dotnet pack src\Adaptive.Archiver\Adaptive.Archiver.csproj -c Release --output nupkgs
1111
call .\scripts\nuget pack .\driver\Aeron.Driver.nuspec -OutputDirectory nupkgs
1212

1313
call dotnet nuget push nupkgs\Agrona.*.nupkg -s %nuget_source%

0 commit comments

Comments
 (0)