Skip to content

Commit

Permalink
Change files
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed May 23, 2022
1 parent 04e0304 commit 0f3646d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Test pipeline publish",
"packageName": "@ni/nimble-blazor",
"email": "rajsite@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Test pipeline publish",
"packageName": "@ni/nimble-tokens",
"email": "rajsite@users.noreply.github.com",
"dependentChangeType": "patch"
}
3 changes: 1 addition & 2 deletions packages/nimble-blazor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"format:js": "eslint . --fix",
"test": "dotnet test -c Release",
"pack": "cross-env-shell dotnet pack NimbleBlazor -c Release -p:PackageVersion=$npm_package_version --output dist",
"invoke-publish": "npm run invoke-publish:noop && npm run invoke-publish:npm -- ",
"invoke-publish:noop": "echo \"noop command to avoid nuget push\"",
"invoke-publish": "npm run invoke-publish:nuget && npm run invoke-publish:npm -- ",
"invoke-publish:nuget": "cross-env-shell dotnet nuget push \"dist/*.nupkg\" -k $NUGET_SECRET_TOKEN -s \"https://api.nuget.org/v3/index.json\"",
"invoke-publish:npm": "echo \"noop command to swallow npm args\"",
"copy-resources": "node build/copyNimbleResources.js"
Expand Down
3 changes: 1 addition & 2 deletions packages/nimble-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"pack": "npm run pack:npm && npm run pack:nuget",
"pack:npm": "npm pack",
"pack:nuget": "cross-env-shell dotnet pack ./source/NimbleTokens --configuration Release -p:PackageVersion=$npm_package_version",
"invoke-publish": "npm run invoke-publish:noop && npm run invoke-publish:npm -- ",
"invoke-publish:noop": "echo \"noop command to avoid nuget push\"",
"invoke-publish": "npm run invoke-publish:nuget && npm run invoke-publish:npm -- ",
"invoke-publish:nuget": "cross-env-shell dotnet nuget push \"source/NimbleTokens/bin/Release/*.nupkg\" -k $NUGET_SECRET_TOKEN -s \"https://api.nuget.org/v3/index.json\"",
"invoke-publish:npm": "npm publish",
"lint": "eslint ."
Expand Down

0 comments on commit 0f3646d

Please sign in to comment.