Skip to content

Commit a1f0b18

Browse files
authored
SWI-6181 Update Deploy Workflow (#126)
* SWI-6181 Update Deploy Workflow * prerelease
1 parent f74921c commit a1f0b18

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ jobs:
5454
with:
5555
dotnet-version: '8.0.x'
5656

57+
- name: Build SDK
58+
uses: Bandwidth/[email protected]
59+
with:
60+
openapi-generator-version: 7.7.0
61+
language: csharp
62+
additional-properties: --additional-properties=packageVersion=$RELEASE_VERSION
63+
5764
- name: Run Unit Tests
5865
run: dotnet test src/Bandwidth.Standard.Test --filter DisplayName~Bandwidth.Standard.Test.Unit
5966

@@ -102,6 +109,13 @@ jobs:
102109
with:
103110
dotnet-version: '8.0.x'
104111

112+
- name: Build SDK
113+
uses: Bandwidth/[email protected]
114+
with:
115+
openapi-generator-version: 7.7.0
116+
language: csharp
117+
additional-properties: --additional-properties=packageVersion=$RELEASE_VERSION
118+
105119
- name: Run Unit Tests
106120
run: dotnet test src/Bandwidth.Standard.Test --filter DisplayName~Bandwidth.Standard.Test.Unit
107121

0 commit comments

Comments
 (0)