We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7895cb0 commit a49721bCopy full SHA for a49721b
1 file changed
.azure-pipelines/release.yml
@@ -67,9 +67,10 @@ extends:
67
displayName: 'Build project'
68
workingDirectory: '$(Build.SourcesDirectory)'
69
70
- - script: npm run test
71
- displayName: 'Run tests'
72
- workingDirectory: '$(Build.SourcesDirectory)'
+ # excluding test for now since it requires a tenant and secrets to run
+ # - script: npm run test
+ # displayName: 'Run tests'
73
+ # workingDirectory: '$(Build.SourcesDirectory)'
74
75
- task: PowerShell@2
76
displayName: 'Copy README.md to packages'
0 commit comments