Skip to content

Commit 9c21b93

Browse files
author
alianides
committed
fixed build names
1 parent befadc1 commit 9c21b93

File tree

2 files changed

+49
-3
lines changed

2 files changed

+49
-3
lines changed

.github/workflows/spacefx-client-dotnet-build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: sdk-dotnet-build
1+
name: spacefx-client-dotnet-build
22

33
on:
44
workflow_dispatch:
@@ -10,7 +10,7 @@ jobs:
1010
contents: read
1111
packages: write
1212

13-
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/python-app-build.yml@main
13+
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/service-build.yml@main
1414
with:
1515
APP_PROJECT: ./src/spacesdk-client.csproj
1616
NUGET_PROJECT: ./src/spacesdk-client.csproj
@@ -30,7 +30,7 @@ jobs:
3030
contents: read
3131
packages: write
3232

33-
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/python-app-build.yml@main
33+
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/service-build.yml@main
3434
with:
3535
APP_PROJECT: ./src/spacesdk-client.csproj
3636
NUGET_PROJECT: ./src/spacesdk-client.csproj
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: spacfx-client-python-build
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
7+
jobs:
8+
build-sdk-dotnet-amd64:
9+
permissions:
10+
contents: read
11+
packages: write
12+
13+
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/python-app-build.yml@main
14+
with:
15+
APP_PROJECT: ./src/spacesdk-client.csproj
16+
NUGET_PROJECT: ./src/spacesdk-client.csproj
17+
OUTPUT_DIR: /var/spacedev/tmp/spacesdk-client
18+
NUGET_STAGING_DIRECTORY: /var/spacedev/nuget/spacesdk-client
19+
NUGET_FILE_PREFIX: Microsoft.Azure.SpaceSDK.Client
20+
ANNOTATION: azure-orbital-space-sdk-sdk-client.yaml
21+
WORKFLOW_AGENT: ubuntu-latest
22+
ARCHITECTURE: amd64
23+
secrets:
24+
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
25+
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
26+
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}
27+
28+
build-sdk-dotnet-arm64:
29+
permissions:
30+
contents: read
31+
packages: write
32+
33+
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/python-app-build.yml@main
34+
with:
35+
APP_PROJECT: ./src/spacesdk-client.csproj
36+
NUGET_PROJECT: ./src/spacesdk-client.csproj
37+
OUTPUT_DIR: /var/spacedev/tmp/spacesdk-client
38+
NUGET_STAGING_DIRECTORY: /var/spacedev/nuget/spacesdk-client
39+
NUGET_FILE_PREFIX: Microsoft.Azure.SpaceSDK.Client
40+
ANNOTATION: azure-orbital-space-sdk-sdk-client.yaml
41+
WORKFLOW_AGENT: ubuntu-latest
42+
ARCHITECTURE: ard64
43+
secrets:
44+
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
45+
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
46+
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}

0 commit comments

Comments
 (0)