From 6003b2108cade49d7a90f80c4b19546b71abc97f Mon Sep 17 00:00:00 2001 From: Kevin Mack Date: Wed, 19 Jun 2024 12:48:13 +0000 Subject: [PATCH] Adding push build artifact --- .github/workflows/core-environment.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core-environment.yaml b/.github/workflows/core-environment.yaml index 82b83fa..ccca574 100644 --- a/.github/workflows/core-environment.yaml +++ b/.github/workflows/core-environment.yaml @@ -48,6 +48,11 @@ jobs: ARCHITECTURE: ${{ inputs.ARCHITECTURE }} APP_PROJECT: './src/spacesdk-core.csproj' APP_VERSION: ${{ inputs.SPACESDK_VERSION }} - OUTPUT_DIR: '/var/spacedev/tmp/test-nuget-build' + OUTPUT_DIR: '/var/spacedev/tmp/core' NUGET_PROJECT: './src/spacesdk-core.csproj' - NO_CONTAINER_BUILD: 'true' \ No newline at end of file + NO_CONTAINER_BUILD: 'true' + + - uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/build-app@km/debug_core + with: + artifact: /var/spacedev/tmp/core/Microsoft.Azure.SpaceSDK.Core.0.11.0.nupkg + architecture: ${{ inputs.ARCHITECTURE }} \ No newline at end of file