Skip to content

Commit

Permalink
Adding push build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jun 19, 2024
1 parent a14eada commit 6003b21
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/core-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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_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 }}

0 comments on commit 6003b21

Please sign in to comment.