forked from Xenophyte-coin/Xenophyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompile-node.bat
More file actions
28 lines (17 loc) · 3.58 KB
/
Copy pathcompile-node.bat
File metadata and controls
28 lines (17 loc) · 3.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
dotnet publish SeguraChain-Peer\SeguraChain-Peer.csproj --configuration Debug --framework net8.0 --output Output\Node\Linux\x64\Debug\Net8\ --runtime linux-x64 --verbosity quiet --self-contained true -p:PublishSingleFile=true
dotnet publish SeguraChain-Peer\SeguraChain-Peer.csproj --configuration Debug --framework net8.0 --output Output\Node\Windows\x64\Debug\Net8\ --runtime win-x64 --verbosity quiet --self-contained true -p:PublishSingleFile=true
dotnet publish SeguraChain-Peer\SeguraChain-Peer.csproj --configuration Release --framework net8.0 --output Output\Node\Linux\x64\Release\Net8\ --runtime linux-x64 --verbosity quiet --self-contained true -p:PublishSingleFile=true
dotnet publish SeguraChain-Peer\SeguraChain-Peer.csproj --configuration Release --framework net8.0 --output Output\Node\Windows\x64\Release\Net8\ --runtime win-x64 --verbosity quiet --self-contained true -p:PublishSingleFile=true
dotnet publish SeguraChain-Peer\SeguraChain-Peer.csproj --configuration Debug --framework net7.0 --output Output\Node\Linux\x64\Debug\Net7\ --runtime linux-x64 --verbosity quiet --self-contained true -p:PublishSingleFile=true
dotnet publish SeguraChain-Peer\SeguraChain-Peer.csproj --configuration Debug --framework net7.0 --output Output\Node\Windows\x64\Debug\Net7\ --runtime win-x64 --verbosity quiet --self-contained true -p:PublishSingleFile=true
dotnet publish SeguraChain-Peer\SeguraChain-Peer.csproj --configuration Release --framework net7.0 --output Output\Node\Linux\x64\Release\Net7\ --runtime linux-x64 --verbosity quiet --self-contained true -p:PublishSingleFile=true
dotnet publish SeguraChain-Peer\SeguraChain-Peer.csproj --configuration Release --framework net7.0 --output Output\Node\Windows\x64\Release\Net7\ --runtime win-x64 --verbosity quiet --self-contained true -p:PublishSingleFile=true
dotnet publish SeguraChain-Peer\SeguraChain-Peer.csproj --configuration Debug --framework net6.0 --output Output\Node\Linux\x64\Debug\Net6\ --runtime linux-x64 --verbosity quiet --self-contained true -p:PublishSingleFile=true
dotnet publish SeguraChain-Peer\SeguraChain-Peer.csproj --configuration Debug --framework net6.0 --output Output\Node\Windows\x64\Debug\Net6\ --runtime win-x64 --verbosity quiet --self-contained true -p:PublishSingleFile=true
dotnet publish SeguraChain-Peer\SeguraChain-Peer.csproj --configuration Release --framework net6.0 --output Output\Node\Linux\x64\Release\Net6\ --runtime linux-x64 --verbosity quiet --self-contained true -p:PublishSingleFile=true
dotnet publish SeguraChain-Peer\SeguraChain-Peer.csproj --configuration Release --framework net6.0 --output Output\Node\Windows\x64\Release\Net6\ --runtime win-x64 --verbosity quiet --self-contained true -p:PublishSingleFile=true
dotnet publish SeguraChain-Peer\SeguraChain-Peer.csproj --configuration Debug --framework net5.0 --output Output\Node\Linux\x64\Debug\Net5\ --runtime linux-x64 --verbosity quiet --self-contained true -p:PublishSingleFile=true
dotnet publish SeguraChain-Peer\SeguraChain-Peer.csproj --configuration Debug --framework net5.0 --output Output\Node\Windows\x64\Debug\Net5\ --runtime win-x64 --verbosity quiet --self-contained true -p:PublishSingleFile=true
dotnet publish SeguraChain-Peer\SeguraChain-Peer.csproj --configuration Release --framework net5.0 --output Output\Node\Linux\x64\Release\Net5\ --runtime linux-x64 --verbosity quiet --self-contained true -p:PublishSingleFile=true
dotnet publish SeguraChain-Peer\SeguraChain-Peer.csproj --configuration Release --framework net5.0 --output Output\Node\Windows\x64\Release\Net5\ --runtime win-x64 --verbosity quiet --self-contained true -p:PublishSingleFile=true
pause