File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 "memory" : " 8gb"
1414 },
1515 "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 " : {
1717 "app_name" : " hostsvc-position" ,
1818 "app_type" : " sdk-service" ,
1919 "addl_debug_shim_suffixes" : " client"
Original file line number Diff line number Diff line change 55 push :
66 branches :
77 - main
8+ - ' [0-9]*.[0-9]*.[0-9]*-nightly'
9+
810
911jobs :
1012 build-hostsvc-position-amd64 :
1113 permissions :
1214 contents : read
1315 packages : write
1416
15- uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/service-build.yml@main
17+ uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/service-build.yml@0.11.0-nightly
1618 with :
1719 APP_PROJECT : ./src/hostsvc-position.csproj
1820 NUGET_PROJECT : ./src_pluginBase/pluginBase.csproj
3234 contents : read
3335 packages : write
3436
35- uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/service-build.yml@main
37+ uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/service-build.yml@0.11.0-nightly
3638 with :
3739 APP_PROJECT : ./src/hostsvc-position.csproj
3840 NUGET_PROJECT : ./src_pluginBase/pluginBase.csproj
Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ name: test-hostsvc-position
33on :
44 workflow_dispatch :
55 pull_request :
6- branches : [ main ]
7-
6+ branches :
7+ - main
8+ - ' [0-9]*.[0-9]*.[0-9]*-nightly'
89jobs :
910 test-hostsvc-position-amd64 :
1011 permissions :
1314 checks : write
1415 pull-requests : write
1516
16- uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@main
17+ uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@0.11.0-nightly
1718 with :
1819 APP_NAME : hostsvc-position
1920 WORKFLOW_AGENT : ubuntu-latest
2930 checks : write
3031 pull-requests : write
3132
32- uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@main
33+ uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@0.11.0-nightly
3334 with :
3435 APP_NAME : hostsvc-position
3536 WORKFLOW_AGENT : spacesdk-ubuntu-2204LTS-arm64
You can’t perform that action at this time.
0 commit comments