This repository hosts a common code base for all host services, payload apps, platform services. It scaffolds all message publishing and subscribing used by all services and payload apps.
Outputs:
Item | Description |
---|---|
Microsoft.Azure.SpaceSDK.Core.1.0.0.nupkg |
DotNet Nuget Package to be used as a base reference package for all other components in the Space Framework |
-
Provision /var/spacedev
# clone the azure-orbital-space-sdk-setup repo and provision /var/spacedev git clone https://github.com/microsoft/azure-orbital-space-sdk-setup cd azure-orbital-space-sdk-setup bash ./.vscode/copy_to_spacedev.sh cd -
-
Trigger build of Azure Orbital Space SDK Nuget Package
# clone this repo git clone https://github.com/microsoft/azure-orbital-space-sdk-core cd azure-orbital-space-sdk-setup # Trigger the build_app.sh from azure-orbital-space-sdk-setup /var/spacedev/build/dotnet/build_app.sh \ --annotation-config azure-orbital-space-sdk-core.yaml \ --architecture amd64 \ --app-project src/spacesdk-core.csproj \ --app-version 0.11.0 \ --output-dir /var/spacedev/tmp/spacesdk-core/output \ --repo-dir ${PWD} \ --nuget-project src/spacesdk-core.csproj \ --no-container-build
-
Copy the build artifacts to their locations in /var/spacedev
sudo mkdir -p /var/spacedev/nuget/core sudo cp /var/spacedev/tmp/spacesdk-core/output/amd64/nuget/Microsoft.Azure.SpaceSDK.Core.0.11.0.nupkg /var/spacedev/nuget/core/
-
Push the artifacts to the container registry
# Push the nuget package to the container registry /var/spacedev/build/push_build_artifact.sh --artifact /var/spacedev/nuget/core/Microsoft.Azure.SpaceSDK.Core.0.11.0.nupkg --annotation-config azure-orbital-space-sdk-core.yaml --architecture amd64 --artifact-version 0.11.0
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.