You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
displayName: 'Install npm dependencies with retry'
55
57
56
58
- script: npm run build
57
59
displayName: 'Build project'
60
+
workingDirectory: '$(Build.SourcesDirectory)'
58
61
59
-
- script: npm run test
60
-
displayName: 'Run tests'
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
0 commit comments