Skip to content

Commit d346cae

Browse files
committed
removing test
1 parent 3e17045 commit d346cae

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.azure-pipelines/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,7 @@ extends:
5858
- script: npm run build
5959
displayName: 'Build project'
6060
workingDirectory: '$(Build.SourcesDirectory)'
61-
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-
61+
6862
- task: PowerShell@2
6963
displayName: 'Copy README.md to packages'
7064
inputs:

0 commit comments

Comments
 (0)