mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 14:51:41 +01:00
removed PublicRelease flag
This commit is contained in:
parent
9e7c604108
commit
83e48fca00
@ -29,7 +29,7 @@ before_build:
|
||||
- cmd: dotnet restore ./capnpc-csharp/capnpc-csharp.csproj --verbosity m
|
||||
build_script:
|
||||
- cmd: msbuild ./Capnp.Net.sln /p:Configuration="Debug"
|
||||
- cmd: msbuild ./Capnp.Net.sln /p:Configuration="Release" /p:PublicRelease=true
|
||||
- cmd: msbuild ./Capnp.Net.sln /p:Configuration="Release"
|
||||
- cmd: msbuild ./CapnpCompatTest.sln /p:Configuration="Debug"
|
||||
- cmd: msbuild ./CapnpCompatTest.sln /p:Configuration="Release"
|
||||
- ps: scripts\capnpc-csharp-pack.ps1
|
||||
|
@ -8,7 +8,7 @@ $csprojDir = "$scriptDir\..\capnpc-csharp"
|
||||
$csprojFile = "capnpc-csharp.csproj"
|
||||
$installDir = "$chocoDir\install"
|
||||
|
||||
dotnet build -c Release "$scriptDir\..\Capnp.Net.sln" /p:PublicRelease=true
|
||||
dotnet build -c Release "$scriptDir\..\Capnp.Net.sln"
|
||||
dotnet publish -c Release -r win-x86 --self-contained -o "$chocoDir\$id_win_x86\bin" "$csprojDir\$csprojFile"
|
||||
# dotnet publish -c Release -o "$chocoDir\$id\bin" "$csprojDir\$csprojFile"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user