Skip to content

Commit 8c54b8a

Browse files
author
John Stephen Soriao
committed
comment out gulp task in pipelines
1 parent 9012f25 commit 8c54b8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

azure-pipelines.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ steps:
1717
- script: dotnet build --configuration $(buildConfiguration)
1818
displayName: 'dotnet build $(buildConfiguration)'
1919

20-
- task: gulp@0
21-
inputs:
22-
gulpFile: './src/AccountGoWeb/gulpfile.js'
23-
workingDirectory: './src/AccountGoWeb'
24-
gulpjs: '/node_modules/gulp/bin/gulp.js'
20+
# - task: gulp@0
21+
# inputs:
22+
# gulpFile: './src/AccountGoWeb/gulpfile.js'
23+
# workingDirectory: './src/AccountGoWeb'
24+
# gulpjs: '/node_modules/gulp/bin/gulp.js'
2525

2626
# - task: Bash@3
2727
# inputs:

0 commit comments

Comments
 (0)