File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ ActorServiceManifestlocation="$ActorServiceManifestlocation/ServiceManifest.xml"
9
9
cp $ActorServiceManifestlocationLinux $ActorServiceManifestlocation
10
10
cp dotnet-include.sh ./CalculatorActorApplication/CalculatorActorPkg/Code
11
11
cp dotnet-include.sh ./CalculatorActorTestClient
12
- sfctl application upload --path $appPkg --show-progress
12
+ sfctl application upload --path $appPkg --show-progress -t 1200
13
13
sfctl application provision --application-type-build-path CalculatorActorApplication
14
14
sfctl application create --app-name fabric:/CalculatorActorApplication --app-type CalculatorActorApplicationType --app-version 1.0.0
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ cp $ActorServiceManifestlocationLinux $ActorServiceManifestlocation
34
34
cp dotnet-include.sh ./CounterActorApplicationCSharp/CounterActorPkg/Code
35
35
cp dotnet-include.sh ./CounterActorApplicationCSharp/CounterActorWebServicePkg/Code
36
36
cp dotnet-include.sh ./CounterActorTestClient
37
- sfctl application upload --path $appPkg --show-progress
37
+ sfctl application upload --path $appPkg --show-progress -t 1200
38
38
sfctl application provision --application-type-build-path CounterActorApplicationCSharp
39
39
if [ $# -eq 0 ]
40
40
then
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ ActorServiceManifestlocation="$ActorServiceManifestlocation/ServiceManifest.xml"
31
31
cp $ActorServiceManifestlocationLinux $ActorServiceManifestlocation
32
32
cp dotnet-include.sh ./VisualObjectsApplicationCSharp/VisualObjects.ActorServicePkg/Code
33
33
cp dotnet-include.sh ./VisualObjectsApplicationCSharp/VisualObjects.WebServicePkg/Code
34
- sfctl application upload --path $appPkg --show-progress
34
+ sfctl application upload --path $appPkg --show-progress -t 1200
35
35
sfctl application provision --application-type-build-path VisualObjectsApplicationCSharp
36
36
if [ $# -eq 0 ]
37
37
then
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ StatefulServiceManifestlocation="$StatefulServiceManifestlocation/ServiceManifes
33
33
cp $StatefulServiceManifestlocationLinux $StatefulServiceManifestlocation
34
34
cp dotnet-include.sh ./CounterServiceApplication/CounterServicePkg/Code
35
35
cp dotnet-include.sh ./CounterServiceApplication/CounterServiceWebServicePkg/Code
36
- sfctl application upload --path CounterServiceApplication --show-progress
36
+ sfctl application upload --path CounterServiceApplication --show-progress -t 1200
37
37
sfctl application provision --application-type-build-path CounterServiceApplication
38
38
if [ $# -eq 0 ]
39
39
then
You can’t perform that action at this time.
0 commit comments