File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 13
13
"memory" : " 8gb"
14
14
},
15
15
"features" : {
16
- "ghcr.io/microsoft/azure-orbital-space-sdk/spacefx-dev:0.11.0" : {
16
+ "ghcr.io/microsoft/azure-orbital-space-sdk/spacefx-dev:0.11.0-nightly " : {
17
17
"app_name" : " platform-mts" ,
18
18
"app_type" : " sdk-service" ,
19
19
"addl_debug_shim_suffixes" : " client"
Original file line number Diff line number Diff line change 5
5
push :
6
6
branches :
7
7
- main
8
+ - ' [0-9]*.[0-9]*.[0-9]*-nightly'
8
9
9
10
jobs :
10
11
build-platform-mts-amd64 :
11
12
permissions :
12
13
contents : read
13
14
packages : write
14
15
15
- uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/service-build.yml@main
16
+ uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/service-build.yml@0.11.0-nightly
16
17
with :
17
18
APP_PROJECT : ./src/platform-mts.csproj
18
19
NUGET_PROJECT : ./src_pluginBase/pluginBase.csproj
32
33
contents : read
33
34
packages : write
34
35
35
- uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/service-build.yml@main
36
+ uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/service-build.yml@0.11.0-nightly
36
37
with :
37
38
APP_PROJECT : ./src/platform-mts.csproj
38
39
NUGET_PROJECT : ./src_pluginBase/pluginBase.csproj
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ name: test-platform-mts
3
3
on :
4
4
workflow_dispatch :
5
5
pull_request :
6
- branches : [ main ]
6
+ branches :
7
+ - main
8
+ - ' [0-9]*.[0-9]*.[0-9]*-nightly'
7
9
8
10
jobs :
9
11
test-platform-mts-amd64 :
13
15
checks : write
14
16
pull-requests : write
15
17
16
- uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@main
18
+ uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@0.11.0-nightly
17
19
with :
18
20
APP_NAME : platform-mts
19
21
WORKFLOW_AGENT : ubuntu-latest
30
32
checks : write
31
33
pull-requests : write
32
34
33
- uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@main
35
+ uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@0.11.0-nightly
34
36
with :
35
37
APP_NAME : platform-mts
36
38
WORKFLOW_AGENT : spacesdk-ubuntu-2204LTS-arm64
You can’t perform that action at this time.
0 commit comments