File tree 8 files changed +18
-18
lines changed
8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 6
6
pushd src\CalculatorActorApplication\CalculatorActor\
7
7
dotnet restore - s https:// api.nuget.org/ v3/ index.json
8
8
dotnet build
9
- dotnet publish - o ..\..\..\CalculatorActorApplication\CalculatorActorPkg\Code
9
+ dotnet publish - c Release -- self - contained -- runtime win - x64 - o ..\..\..\CalculatorActorApplication\CalculatorActorPkg\Code
10
10
popd
11
11
12
12
pushd src\CalculatorActorApplication\CalculatorActorTestClient\
13
13
dotnet restore - s https:// api.nuget.org/ v3/ index.json
14
14
dotnet build
15
- dotnet publish - o ..\..\..\CalculatorActorTestClient
15
+ dotnet publish - c Release -- self - contained -- runtime win - x64 - o ..\..\..\CalculatorActorTestClient
16
16
popd
Original file line number Diff line number Diff line change 10
10
cd src/CalculatorActorApplication/CalculatorActor/
11
11
dotnet restore -s https://api.nuget.org/v3/index.json
12
12
dotnet build
13
- dotnet publish -o ../../../CalculatorActorApplication/CalculatorActorPkg/Code
13
+ dotnet publish -c Release --self-contained --runtime linux-x64 - o ../../../CalculatorActorApplication/CalculatorActorPkg/Code
14
14
cd -
15
15
16
16
cd src/CalculatorActorApplication/CalculatorActorTestClient/
17
17
dotnet restore -s https://api.nuget.org/v3/index.json
18
18
dotnet build
19
- dotnet publish -o ../../../CalculatorActorTestClient
19
+ dotnet publish -c Release --self-contained --runtime linux-x64 - o ../../../CalculatorActorTestClient
20
20
cd -
Original file line number Diff line number Diff line change 7
7
pushd src\CounterActorApplication\CounterActor\
8
8
dotnet restore - s https:// api.nuget.org/ v3/ index.json
9
9
dotnet build
10
- dotnet publish - o ..\..\..\CounterActorApplicationCSharp\CounterActorPkg\Code
10
+ dotnet publish - c Release -- self - contained -- runtime win - x64 - o ..\..\..\CounterActorApplicationCSharp\CounterActorPkg\Code
11
11
popd
12
12
13
13
pushd src\CounterActorApplication\CounterActorTestClient\
14
14
dotnet restore - s https:// api.nuget.org/ v3/ index.json
15
15
dotnet build
16
- dotnet publish - o ..\..\..\CounterActorTestClient
16
+ dotnet publish - c Release -- self - contained -- runtime win - x64 - o ..\..\..\CounterActorTestClient
17
17
popd
18
18
19
19
pushd src\CounterActorApplication\CounterActor.WebService\CounterActorWebService\
20
20
dotnet restore - s https:// api.nuget.org/ v3/ index.json
21
21
dotnet build
22
- dotnet publish - o ..\..\..\..\CounterActorApplicationCSharp\CounterActorWebServicePkg\Code\
22
+ dotnet publish - c Release -- self - contained -- runtime win - x64 - o ..\..\..\..\CounterActorApplicationCSharp\CounterActorWebServicePkg\Code\
23
23
popd
Original file line number Diff line number Diff line change 9
9
cd $DIR /src/CounterActorApplication/CounterActor/
10
10
dotnet restore -s https://api.nuget.org/v3/index.json
11
11
dotnet build
12
- dotnet publish -o ../../../CounterActorApplicationCSharp/CounterActorPkg/Code
12
+ dotnet publish -c Release --self-contained --runtime linux-x64 - o ../../../CounterActorApplicationCSharp/CounterActorPkg/Code
13
13
cd -
14
14
15
15
cd $DIR /src/CounterActorApplication/CounterActorTestClient/
16
16
dotnet restore -s https://api.nuget.org/v3/index.json
17
17
dotnet build
18
- dotnet publish -o ../../../CounterActorTestClient
18
+ dotnet publish -c Release --self-contained --runtime linux-x64 - o ../../../CounterActorTestClient
19
19
cd -
20
20
21
21
cd $DIR /src/CounterActorApplication/CounterActor.WebService/CounterActorWebService/
22
22
dotnet restore -s https://api.nuget.org/v3/index.json
23
23
dotnet build
24
- dotnet publish -o ../../../../CounterActorApplicationCSharp/CounterActorWebServicePkg/Code/
24
+ dotnet publish -c Release --self-contained --runtime linux-x64 - o ../../../../CounterActorApplicationCSharp/CounterActorWebServicePkg/Code/
25
25
cd -
Original file line number Diff line number Diff line change 9
9
pushd src\VisualObjects.ActorService\
10
10
dotnet restore - s https:// api.nuget.org/ v3/ index.json
11
11
dotnet build
12
- dotnet publish - o ..\..\VisualObjectsApplicationCSharp\VisualObjects.ActorServicePkg\Code
12
+ dotnet publish - c Release -- self - contained -- runtime win - x64 - o ..\..\VisualObjectsApplicationCSharp\VisualObjects.ActorServicePkg\Code
13
13
popd
14
14
15
15
pushd src\VisualObjects.WebService\
16
16
dotnet restore - s https:// api.nuget.org/ v3/ index.json
17
17
dotnet build
18
- dotnet publish - o ..\..\VisualObjectsApplicationCSharp\VisualObjects.WebServicePkg\Code
18
+ dotnet publish - c Release -- self - contained -- runtime win - x64 - o ..\..\VisualObjectsApplicationCSharp\VisualObjects.WebServicePkg\Code
19
19
popd
20
20
21
21
cp ApplicationManifest.xml VisualObjectsApplicationCSharp\.
Original file line number Diff line number Diff line change 13
13
cd ` dirname $DIR /src/VisualObjects.ActorService/VisualObjects.ActorService.csproj`
14
14
dotnet restore -s https://api.nuget.org/v3/index.json
15
15
dotnet build
16
- dotnet publish -o ../../VisualObjectsApplicationCSharp/VisualObjects.ActorServicePkg/Code
16
+ dotnet publish -c Release --self-contained --runtime linux-x64 - o ../../VisualObjectsApplicationCSharp/VisualObjects.ActorServicePkg/Code
17
17
cd -
18
18
19
19
cd ` dirname $DIR /src/VisualObjects.WebService/VisualObjects.WebService.csproj`
20
20
dotnet restore -s https://api.nuget.org/v3/index.json
21
21
dotnet build
22
- dotnet publish -o ../..//VisualObjectsApplicationCSharp/VisualObjects.WebServicePkg/Code
22
+ dotnet publish -c Release --self-contained --runtime linux-x64 - o ../..//VisualObjectsApplicationCSharp/VisualObjects.WebServicePkg/Code
23
23
cd -
24
24
25
25
cp $DIR /ApplicationManifest.xml $DIR /VisualObjectsApplicationCSharp/.
Original file line number Diff line number Diff line change 6
6
pushd src\CounterServiceApplication\CounterService\
7
7
dotnet restore - s https:// api.nuget.org/ v3/ index.json
8
8
dotnet build
9
- dotnet publish - o ..\..\..\CounterServiceApplication\CounterServicePkg\Code
9
+ dotnet publish - c Release -- self - contained -- runtime win - x64 - o ..\..\..\CounterServiceApplication\CounterServicePkg\Code
10
10
popd
11
11
12
12
13
13
pushd src\CounterServiceApplication\CounterService.WebService\CounterServiceWebService\
14
14
dotnet restore - s https:// api.nuget.org/ v3/ index.json
15
15
dotnet build
16
- dotnet publish - o ..\..\..\..\CounterServiceApplication\CounterServiceWebServicePkg\Code\
16
+ dotnet publish - c Release -- self - contained -- runtime win - x64 - o ..\..\..\..\CounterServiceApplication\CounterServiceWebServicePkg\Code\
17
17
popd
Original file line number Diff line number Diff line change 9
9
cd $DIR /src/CounterServiceApplication/CounterService/
10
10
dotnet restore -s https://api.nuget.org/v3/index.json
11
11
dotnet build
12
- dotnet publish -o ../../../CounterServiceApplication/CounterServicePkg/Code
12
+ dotnet publish -c Release --self-contained --runtime linux-x64 - o ../../../CounterServiceApplication/CounterServicePkg/Code
13
13
cd -
14
14
15
15
16
16
cd $DIR /src/CounterServiceApplication/CounterService.WebService/CounterServiceWebService/
17
17
dotnet restore -s https://api.nuget.org/v3/index.json
18
18
dotnet build
19
- dotnet publish -o ../../../../CounterServiceApplication/CounterServiceWebServicePkg/Code/
19
+ dotnet publish -c Release --self-contained --runtime linux-x64 - o ../../../../CounterServiceApplication/CounterServiceWebServicePkg/Code/
20
20
cd -
You can’t perform that action at this time.
0 commit comments