Skip to content

Commit 8357130

Browse files
committed
removing test step
1 parent 8797e48 commit 8357130

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.azure-pipelines/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@ extends:
5959
displayName: 'Build project'
6060
workingDirectory: '$(Build.SourcesDirectory)'
6161

62-
# excluding test for now since it requires a tenant and secrets to run
63-
# TODO: create secrets to the pipeline similar to https://github.com/microsoftgraph/msgraph-sdk-typescript/settings/secrets/actions and the build.yml file
64-
# - script: npm run test
65-
# displayName: 'Run tests'
66-
# workingDirectory: '$(Build.SourcesDirectory)'
67-
6862
- task: PowerShell@2
6963
displayName: 'Copy README.md to packages'
7064
inputs:

0 commit comments

Comments
 (0)