File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 5454 with :
5555 dotnet-version : ' 8.0.x'
5656
57+ - name : Build SDK
58+ 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+ 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
You can’t perform that action at this time.
0 commit comments