We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3769e commit 6df9582Copy full SHA for 6df9582
.azure-pipelines/beta-build-production.yml
@@ -64,11 +64,6 @@ extends:
64
displayName: 'Install npm dependencies'
65
workingDirectory: '$(Build.SourcesDirectory)'
66
67
- # Build Beta TypeScript package
68
- - script: npm run build
69
- displayName: 'Build $(package_name_beta)'
70
- workingDirectory: '$(Build.SourcesDirectory)'
71
-
72
# Pack and stage Beta TypeScript package
73
- script: npm pack --pack-destination=$(Build.ArtifactStagingDirectory)
74
displayName: 'Generate npm package $(package_name_beta)'
0 commit comments