replace petstore.json with petstore.yaml in shell scripts

This commit is contained in:
wing328
2017-04-29 12:02:37 +08:00
parent 556be7dfd6
commit 427ca1828e
13 changed files with 13 additions and 13 deletions

View File

@@ -28,4 +28,4 @@ fi
export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties"
ags="generate $@ -i modules/swagger-codegen/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml -l csharp -o samples/client/petstore/csharp/SwaggerClientNetCoreProject --additional-properties packageGuid={67035b31-f8e5-41a4-9673-954035084f7d},netCoreProjectFile=true -c ./bin/csharp-petstore-v5.json"
java $JAVA_OPTS -jar $executable $ags
java $JAVA_OPTS -jar $executable $ags