Skip to content

Commit f574227

Browse files
Update azure-pipelines-1.yml for Azure Pipelines
1 parent 264ee5f commit f574227

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

azure-pipelines-1.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,7 @@ jobs:
1717
name: Linux Agent
1818
steps:
1919

20-
- script: |
21-
node --version # This will print the Node version
22-
npm install
23-
npm run build
24-
displayName: 'Install Dependencies and Build'
2520

26-
- script: echo Hello, world!
27-
displayName: 'Run a one-line script'
28-
29-
- script: node -v
30-
displayName: 'Node version'
3121

3222
- task: Application security testing@2025
3323
displayName: Application security testing
@@ -43,14 +33,3 @@ jobs:
4333
enableDependencyScan: false
4434
vulnerabilityThreshold: true
4535
engineConfigId: '6'
46-
47-
- task: CopyFiles@2
48-
inputs:
49-
SourceFolder: 'C:\agent\vsts-agent-win-x64-4.248.0\_work\4'
50-
Contents: 'cxReport_*.json' # Supports wildcards but NOT regex
51-
TargetFolder: '$(Build.ArtifactStagingDirectory)'
52-
53-
- task: PublishBuildArtifacts@1
54-
inputs:
55-
pathToPublish: '$(Build.ArtifactStagingDirectory)'
56-
artifactName: 'SecurityReports'

0 commit comments

Comments
 (0)