File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ dependencies: # Install dependencies needed to build and test the project @Pipel
1111 # TODO: Implement installation of your project dependencies
1212
1313build : # Build the project artefact @Pipeline
14+ (cd server && make build)
1415 (cd sdk && make build)
1516 (cd docs && make build)
1617
Original file line number Diff line number Diff line change 1- version : 0.2.0-20250704.104213+0367438
1+ version : 0.2.0-20250704.123517+417d15b
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ VERSION ?= ""
33SHELL = /bin/bash
44
55build : version # Build the project artefact @Pipeline
6- VER=$$(cat .version ) && ./generate-cs-server.sh --buildver= $$ VER
6+ VER=$$(cat .version ) && ./generate-cs-server.sh $$ VER
77
88clean : # Clean-up project resources (main) @Operations
99 rm -rf * /
Original file line number Diff line number Diff line change 1- version : 1.1.1-1.1
1+ version : 1.1.1
Original file line number Diff line number Diff line change 33
44VERSION=${1:- " $( cat .version) " }
55
6- generate () {
6+ generate (){
77 set -x
8+ echo $SHORT_VERSION
89 docker run \
910 --rm \
1011 --user $( id -u) \
1112 -v ${PWD} /../:/local \
12- -e VERSION=" $SHORT_VERSION " \
1313 openapitools/openapi-generator-cli \
1414 generate \
1515 -i /local/specification/api/notify-supplier.yml \
@@ -38,8 +38,6 @@ generate_nuget_version(){
3838}
3939
4040pack (){
41-
42-
4341 generate_nuget_version
4442
4543 dotnet \
@@ -48,7 +46,6 @@ pack(){
4846 /p:Version=${TEST_NUGET_VERSION} \
4947 --no-build \
5048 --output sdk/csharp
51-
5249}
5350
5451prepare (){
You can’t perform that action at this time.
0 commit comments