Skip to content

Commit

Permalink
Merge pull request #664 from iamvishnusankar/fix/undefined-sitemap
Browse files Browse the repository at this point in the history
[Fix] Set azure pipeline version yarn workspace
  • Loading branch information
iamvishnusankar committed Jul 1, 2023
2 parents ac697e8 + 56a7d20 commit dd3a619
Show file tree
Hide file tree
Showing 5 changed files with 602 additions and 8 deletions.
550 changes: 550 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions .yarn/versions/506b1fcd.yml
@@ -0,0 +1,12 @@
undecided:
- next-sitemap-workspace
- with-next-sitemap-amp
- with-next-app-dir
- basic
- commonjs
- custom-config-file
- with-custom-overrides
- with-custom-robots-txt-transformer
- with-no-index-sitemaps
- static-export
- with-next-sitemap-i18n
18 changes: 11 additions & 7 deletions .yarnrc.yml
Expand Up @@ -6,16 +6,15 @@ nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-compat.cjs
spec: '@yarnpkg/plugin-compat'
spec: "@yarnpkg/plugin-compat"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"

supportedArchitectures:
os:
- current
- darwin
- linux
- win32
cpu:
- current
- x64
Expand All @@ -24,3 +23,8 @@ supportedArchitectures:
- current
- glibc
- musl
os:
- current
- darwin
- linux
- win32
2 changes: 1 addition & 1 deletion azure-pipeline.yml
Expand Up @@ -34,7 +34,7 @@ steps:
displayName: 'Set Version'
inputs:
targetType: 'inline'
script: 'npm version --no-git-tag-version $BUILD_BUILDNUMBER --ws'
script: yarn workspaces foreach version $BUILD_BUILDNUMBER
# failOnStderr: true

# Install
Expand Down

0 comments on commit dd3a619

Please sign in to comment.