@team-supercharge/oasg 13.2.0-feature-csharp-functions-2fb235cd.0 → 13.2.0-feature-csharp-functions-b2457233.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-supercharge/oasg",
3
- "version": "13.2.0-feature-csharp-functions-2fb235cd.0",
3
+ "version": "13.2.0-feature-csharp-functions-b2457233.0",
4
4
  "description": "Node-based tool to lint OpenAPI documents and generate clients, servers and documentation from them",
5
5
  "author": "Supercharge",
6
6
  "license": "MIT",
@@ -12,6 +12,13 @@ dotnet pack -c Release /p:Version=$version /p:IsPackable=true
12
12
  # push
13
13
  echo "Pushing to $sourceUrl"
14
14
  echo "ApiKey: $apiKey"
15
+
16
+ echo "Pushing to ${sourceUrl}"
17
+ echo "ApiKey: ${apiKey}"
18
+
19
+ echo "Pushing to \"${sourceUrl}\""
20
+ echo "ApiKey: \"${apiKey}\""
21
+
15
22
  dotnet nuget push "src/**/bin/Release/*.nupkg" -k $apiKey -s $sourceUrl
16
23
 
17
24
  cd ../..